WSHttpSecurityElement.Transport Property

Definition

Gets the security settings for the transport.

public:
 property System::ServiceModel::Configuration::WSHttpTransportSecurityElement ^ Transport { System::ServiceModel::Configuration::WSHttpTransportSecurityElement ^ get(); };
[System.Configuration.ConfigurationProperty("transport")]
public System.ServiceModel.Configuration.WSHttpTransportSecurityElement Transport { get; }
[<System.Configuration.ConfigurationProperty("transport")>]
member this.Transport : System.ServiceModel.Configuration.WSHttpTransportSecurityElement
Public ReadOnly Property Transport As WSHttpTransportSecurityElement

Property Value

A HttpTransportSecurityElement that specifies the security settings for the transport.

Attributes

Applies to