NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpRequest.RequestType

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);

Property Value

A String representing the HTTP Invocation Type sent by client (GET, POST, etc)

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace