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

속성 값

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

적용 대상