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 메서드입니다.

적용 대상