WSHttpSecurityElement.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

属性值

一个 HttpTransportSecurityElement,指定传输的安全设置。

属性

适用于