HttpRequestMessage.Method プロパティ

定義

この HTTP 要求メッセージで使用する HTTP メソッドを取得または設定します。

public:
 property System::Net::Http::HttpMethod ^ Method { System::Net::Http::HttpMethod ^ get(); void set(System::Net::Http::HttpMethod ^ value); };
public System.Net.Http.HttpMethod Method { get; set; }
member this.Method : System.Net.Http.HttpMethod with get, set
Public Property Method As HttpMethod

プロパティ値

要求メッセージによって使用される HTTP メソッド。 既定は GET メソッドです。

適用対象