다음을 통해 공유


AsyncHttpWebRequest.Method 속성

정의

사용된 메서드(GET, HEAD, POST, PUT, DELETE, TRACE 또는 OPTIONS)를 가져오거나 설정합니다.

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

속성 값

구현

적용 대상