WebHttpRelaySecurityElement.Transport Property

Definition

Gets a configuration element that indicates the transport-level security settings for a service endpoint configured to receive HTTP requests.

[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 the security settings.

Attributes

Applies to