Share via


HttpsTransportBindingElement.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

プロパティ値

トランスポートの URI スキームを返します。"HTTPS" です。

注釈

このメソッドは、ベース アドレスに対するバインディング検証を有効にするために提供されます。

適用対象