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!

HttpWebResponse.Method

Gets the value of the method used to return the response.

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

See Also

HttpWebResponse Class | HttpWebResponse Members | System.Net Namespace