WSHttpRelaySecurity.Transport Property

Definition

Gets an object that contains the transport-level security settings for this Azure Service Bus binding.

public Microsoft.ServiceBus.HttpRelayTransportSecurity Transport { get; }
member this.Transport : Microsoft.ServiceBus.HttpRelayTransportSecurity
Public ReadOnly Property Transport As HttpRelayTransportSecurity

Property Value

Returns HttpRelayTransportSecurity.Contains the transport security for this item. The default value includes a ClientCredentialType of None and a ProxyCredentialType of None.

Applies to