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”。

注解

此方法用于启用对基址的绑定验证。

适用于