Share via


HttpRequestWrapper.RequestType プロパティ

定義

クライアントで使用された HTTP データ転送メソッド (GET または POST) を取得または設定します。

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

プロパティ値

クライアントで使用された HTTP データ転送メソッドの型。

適用対象