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

屬性值

適用於