共用方式為


ServiceMetadataPublishingElement.HttpsGetBinding 屬性

定義

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

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

屬性值

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

屬性

備註

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

適用於