WebHttpSecurityElement.Transport 属性

定义

获取一个 XML 元素,该元素指示配置为接收 HTTP 请求的服务终结点的传输级安全设置。

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

属性值

一个指定传输级安全设置的 WebHttpSecurityElement。 默认值设置为 ClientCredentialTypeNoneProxyCredentialTypeNoneRealm = ""。

属性

注解

使用此属性返回的 WebHttpSecurityElement 对象可以设置传输安全参数。 必须将 WebHttpSecurityMode 设置为 TransportTransportCredentialOnly 值,才能使 Transport 属性所提供的设置成为服务终结点的有效设置。 可在配置或在 WebHttpBinding(WebHttpSecurityMode) 构造函数中设置此值。

适用于