共用方式為


ServiceDebugElement.HttpHelpPageBinding 屬性

定義

取得或設定字串值,這個值會指定當使用 HTTP 來存取服務說明頁面時,所要使用的繫結。

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

屬性值

String

當利用 HTTP 來存取服務說明頁面時所要使用的繫結。

屬性

備註

如果沒有設定這個屬性,就會適時使用預設的繫結 (HttpTransportBindingElement) 來存取服務說明頁面。

適用於