HttpRequestWrapper.RequestType Property

Definition

Gets or sets the HTTP data-transfer method (GET or POST) that was used by the client.

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

Property Value

The HTTP data-transfer method type that was used by the client.

Applies to