共用方式為


ServiceMetadataBehavior.HttpGetBinding 屬性

定義

取得或設定當傳輸是 HTTP 時要用來配置中繼資料擷取的繫結。

public:
 property System::ServiceModel::Channels::Binding ^ HttpGetBinding { System::ServiceModel::Channels::Binding ^ get(); void set(System::ServiceModel::Channels::Binding ^ value); };
public System.ServiceModel.Channels.Binding HttpGetBinding { get; set; }
member this.HttpGetBinding : System.ServiceModel.Channels.Binding with get, set
Public Property HttpGetBinding As Binding

屬性值

Binding

可用於透過 HTTP 通訊協定來擷取中繼資料的 Binding

備註

在 WCF 的舊版中,是使用 HTTP GET 透過網頁瀏覽器存取服務說明頁,以完成中繼資料的擷取。 僅支援 HttpTransportBindingElement。 針對使用 HTTPS GET 的中繼資料擷取,僅支援 HttpsTransportBindingElement。 HttpGetBinding 與 HttpsGetBinding 屬性可啟用透過 HTTP GET (或 HTTPS GET) 進行的中繼資料擷取的繫結,以及用於存取可設定服務網頁的繫結 (不論是以程式來設計或透過組態檔)。

如需擷取說明頁面的詳細資訊,請使用 HttpHelpPageBindingHttpsHelpPageBinding 屬性。

適用於