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 メソッドです。

適用対象