다음을 통해 공유


HttpRequestWrapper.RequestType 속성

정의

클라이언트에서 사용된 HTTP 데이터 전송 메서드(GET 또는 POST)를 가져오거나 설정합니다.

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

속성 값

String

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

적용 대상