BasicHttpSecurityElement.Transport 属性

定义

获取一个为基本 HTTP 服务指定传输的 XML 元素。

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

属性值

HttpTransportSecurityElement

一个为基本 HTTP 服务指定传输的 XML 元素。

属性

适用于