HttpRequestBase.RequestType 속성

정의

파생 클래스에서 재정의되는 경우 클라이언트에서 사용하는 HTTP 데이터 전송 메서드(GET 또는 POST)를 가져오거나 설정합니다.

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

속성 값

String

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

예외

적용 대상