WebHttpRelaySecurityElement.Mode Property

Definition

Gets or sets the security mode used by the binding.

[System.Configuration.ConfigurationProperty("mode", DefaultValue=Microsoft.ServiceBus.EndToEndWebHttpSecurityMode.Transport)]
public Microsoft.ServiceBus.EndToEndWebHttpSecurityMode Mode { get; set; }
[<System.Configuration.ConfigurationProperty("mode", DefaultValue=Microsoft.ServiceBus.EndToEndWebHttpSecurityMode.Transport)>]
member this.Mode : Microsoft.ServiceBus.EndToEndWebHttpSecurityMode with get, set
Public Property Mode As EndToEndWebHttpSecurityMode

Property Value

Returns a EndToEndWebHttpSecurityMode that contains the end-to-end HTTP security mode used by the service endpoint.

Attributes

Applies to