Share via


HttpRequestFeature.Scheme 属性

定义

获取或设置请求 URI 方案。 例如“http”或“https”。

请注意,此值不包括在原始请求中,它是通过检查传输是否使用了 TLS 连接来推断的。

public:
 property System::String ^ Scheme { System::String ^ get(); void set(System::String ^ value); };
public string Scheme { get; set; }
member this.Scheme : string with get, set
Public Property Scheme As String

属性值

实现

适用于