IHttpRequestFeature.Scheme 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要求 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