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 方法。

适用于