HttpRequest.Scheme 屬性

定義

取得或設定 HTTP 要求配置。

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

屬性值

HTTP 要求配置。

適用於