ServiceMetadataPublishingElement.HttpGetBinding 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定字串值,指定在 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) 來擷取中繼資料。