HTTP data transfer method used by client (GET, POST).
[Visual Basic] Public Property RequestType As String [C#] public string RequestType {get; set;} [C++] public: __property String* get_RequestType(); public: __property void set_RequestType(String*); [JScript] public function get RequestType() : String; public function set RequestType(String);
A String representing the HTTP Invocation Type sent by client (GET, POST, etc)
HttpRequest Class | HttpRequest Members | System.Web Namespace