共用方式為


ServiceDebugElement.HttpsHelpPageBinding 屬性

定義

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

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

屬性值

String

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

屬性

備註

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

適用於