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

属性值

如果设置为“https”,则 SecurityTransport“https”;如果设置为 None“http”,则为 “http”。

适用于