다음을 통해 공유


HttpRequestWrapper.HttpMethod 속성

정의

클라이언트에서 사용된 HTTP 데이터 전송 메서드(예: GET, POST 또는 HEAD)를 가져옵니다.

public:
 virtual property System::String ^ HttpMethod { System::String ^ get(); };
public override string HttpMethod { get; }
member this.HttpMethod : string
Public Overrides ReadOnly Property HttpMethod As String

속성 값

String

클라이언트에서 사용하는 HTTP 데이터 전송 메서드입니다.

적용 대상