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.Version

Gets the version of the HTTP protocol used in the response.

[Visual Basic]
Public ReadOnly Property Version As ProtocolVersion
[C#]
public ProtocolVersion Version {get;}
[C++]
public: __property ProtocolVersion* get_Version();
[JScript]
public function get Version() : ProtocolVersion;

See Also

HttpWebResponse Class | HttpWebResponse Members | System.Net Namespace