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!

WebRequest.Method

When overridden in a derived class, gets and sets the protocol method used in this request. Default value should be "GET".

[Visual Basic]
Overridable Public Property Method As String
[C#]
public string Method {virtual get; virtual set;}
[C++]
public: __property virtual String* get_Method();
public: __property virtual void set_Method(String*);
[JScript]
public function get Method() : String;
public function set Method(String);

See Also

WebRequest Class | WebRequest Members | System.Net Namespace