HttpsTransportBindingElement.Scheme 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回用於傳輸的 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"。
備註
提供這個方法的目的,是要啟用針對基底位址 (Base Address) 進行的繫結驗證。