共用方式為


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,指定傳輸層級的安全性設定。 預設值集合為 的 、的 以及 = ""。

屬性

備註

您可以使用此屬性傳回的 WebHttpSecurityElement 物件,來設定傳輸安全性參數。 WebHttpSecurityMode 必須設為 TransportTransportCredentialOnly 值,這樣 Transport 屬性提供的設定對於服務端點才會有效。 這個值可以在組態或 WebHttpBinding(WebHttpSecurityMode) 建構函式 (Constructor) 中設定。

適用於