Class RemoveHttpEndpoint
Remove an existing HTTP endpoint. Returns true if the endpoint could be successfully removed
[RequiredPermissions(SbcPermissions.RegisterHttpEndpoints)]
public class RemoveHttpEndpoint : Command<bool>
- Inheritance
-
RemoveHttpEndpoint
- Derived
- Inherited Members
Constructors
RemoveHttpEndpoint()
public RemoveHttpEndpoint()
Properties
EndpointType
Type of the endpoint
public HttpEndpointType EndpointType { get; set; }
Property Value
Namespace
Namespace of the endpoint
public string Namespace { get; set; }
Property Value
Path
Endpoint path to unregister
public string Path { get; set; }
Property Value
Methods
UpdateFromJson(JsonElement)
Update this instance from a given JSON element
public override void UpdateFromJson(JsonElement jsonElement)
Parameters
jsonElementJsonElementElement to update this intance from
Remarks
This method is auto-generated
Exceptions
- JsonException
Failed to deserialize data
UpdateFromJsonReader(ref Utf8JsonReader)
Update this instance from a given JSON element
public override void UpdateFromJsonReader(ref Utf8JsonReader reader)
Parameters
readerUtf8JsonReaderReader to update this intance from
Remarks
This method is auto-generated
Exceptions
- JsonException
Failed to deserialize data