다음을 통해 공유


OutgoingWebRequestContext.Method 속성

정의

보내는 웹 요청의 HTTP 메서드를 가져옵니다.

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

속성 값

보내는 웹 요청의 HTTP 메서드입니다.

적용 대상