共用方式為


ServiceMetadataPublishingElement.HttpGetBinding 屬性

定義

取得或設定字串值,指定在 HTTP GET 案例中擷取中繼資料時所要使用的繫結名稱。

public:
 property System::String ^ HttpGetBinding { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("httpGetBinding", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string HttpGetBinding { get; set; }
[<System.Configuration.ConfigurationProperty("httpGetBinding", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.HttpGetBinding : string with get, set
Public Property HttpGetBinding As String

屬性值

要用於 HTTP GET 案例中中繼資料擷取的系結名稱。

屬性

備註

如果沒有設定這個屬性,就會適時使用預設的繫結 (HttpsTransportBindingElement) 來擷取中繼資料。

適用於