WebHttpBinding.Scheme 屬性

定義

取得使用這項繫結所設定之通道與接聽程式的 URI 傳輸配置。

public:
 virtual property System::String ^ Scheme { System::String ^ get(); };
public override string Scheme { get; }
member this.Scheme : string
Public Overrides ReadOnly Property Scheme As String

屬性值

Security 設定為 Transport則為 "https",若設定為 None,則為 "http"。

適用於