WSHttpRelaySecurityElement.Transport Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the security settings for the transport.
[System.Configuration.ConfigurationProperty("transport")]
public Microsoft.ServiceBus.Configuration.WSHttpRelayTransportSecurityElement Transport { get; }
[<System.Configuration.ConfigurationProperty("transport")>]
member this.Transport : Microsoft.ServiceBus.Configuration.WSHttpRelayTransportSecurityElement
Public ReadOnly Property Transport As WSHttpRelayTransportSecurityElement
Property Value
Returns a WSHttpRelayTransportSecurityElement that specifies the security settings for the transport.Use the WSHttpRelayTransportSecurityElement object returned by this property to set the transport security parameters for the WSHttpRelayBinding. If the TransportCredentialOnly value is specified by Microsoft.ServiceBus.WSHttpRelayBinding.#ctor(Microsoft.ServiceBus.EndToEndSecurityMode,Microsoft.ServiceBus.RelayClientAuthenticationType,System.Boolean), then the settings provided by the Transport property become effective for the service endpoint. The value of this property can set only in the constructor it as an explicit parameter and its value cannot be set again after the binding instance is created.
- Attributes
Applies to
Azure SDK for .NET