Class RemoveHttpEndpoint
Implementation of the RemoveHttpEndpoint command
Inherited Members
Namespace: DuetControlServer.Commands
Assembly: DuetControlServer.dll
Syntax
public sealed class RemoveHttpEndpoint : RemoveHttpEndpoint
Methods
Execute()
Remove a third-party HTTP endpoint
Declaration
public override Task<bool> Execute()
Returns
Type | Description |
---|---|
Task<bool> | True if the endpoint could be removed |