HttpRequest.Protocol プロパティ

定義

要求プロトコル (HTTP/1.1 など) を取得または設定します。

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

プロパティ値

要求プロトコル。

適用対象