ServiceMetadataBehavior.HttpsGetBinding 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定當傳輸是 HTTPS 時要用來設定中繼資料擷取的繫結。
public:
property System::ServiceModel::Channels::Binding ^ HttpsGetBinding { System::ServiceModel::Channels::Binding ^ get(); void set(System::ServiceModel::Channels::Binding ^ value); };
public System.ServiceModel.Channels.Binding HttpsGetBinding { get; set; }
member this.HttpsGetBinding : System.ServiceModel.Channels.Binding with get, set
Public Property HttpsGetBinding As Binding
屬性值
可用於透過 HTTPS 通訊協定來擷取中繼資料的 Binding。
備註
在 WCF 的舊版中,是使用 HTTP GET 透過網頁瀏覽器存取服務說明頁,以完成中繼資料的擷取。 僅支援 HttpTransportBindingElement。 針對使用 HTTPS GET 的中繼資料擷取,僅支援 HttpsTransportBindingElement。 HttpGetBinding 與 HttpsGetBinding 屬性可啟用透過 HTTP GET (或 HTTPS GET) 進行的中繼資料擷取的繫結,以及用於存取可設定服務網頁的繫結 (不論是以程式來設計或透過組態檔)。
如需擷取說明頁面的詳細資訊,請使用 HttpHelpPageBinding 和 HttpsHelpPageBinding 屬性。