WebHttpRelaySecurity.Mode Property

Definition

Gets or sets the mode of security that is used by an endpoint configured to receive HTTP requests with a WebHttpRelayBinding.

public Microsoft.ServiceBus.EndToEndWebHttpSecurityMode Mode { get; set; }
member this.Mode : Microsoft.ServiceBus.EndToEndWebHttpSecurityMode with get, set
Public Property Mode As EndToEndWebHttpSecurityMode

Property Value

Returns a EndToEndWebHttpSecurityMode that indicates whether transport-level security, credential only, or no security is used by an endpoint. The default value is None.

Exceptions

The value is not a valid EndToEndWebHttpSecurityMode.

Applies to