BasicHttpRelaySecurityElement.Transport Property

Definition

Gets a configuration element that specifies the transport-level security settings for a BasicHttpRelayBinding binding.

[System.Configuration.ConfigurationProperty("transport")]
public Microsoft.ServiceBus.Configuration.HttpRelayTransportSecurityElement Transport { get; }
[<System.Configuration.ConfigurationProperty("transport")>]
member this.Transport : Microsoft.ServiceBus.Configuration.HttpRelayTransportSecurityElement
Public ReadOnly Property Transport As HttpRelayTransportSecurityElement

Property Value

Returns a HttpRelayTransportSecurityElement that contains properties that control authentication parameters for the HTTP transport.

Attributes

Applies to