ServiceDebugElement.HttpHelpPageBinding 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定字串值,這個值會指定當使用 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
屬性值
當利用 HTTP 來存取服務說明頁面時所要使用的繫結。
- 屬性
備註
如果沒有設定這個屬性,就會適時使用預設的繫結 (HttpTransportBindingElement) 來存取服務說明頁面。