HttpRequestMessage.Method 属性   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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 方法。