Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebTestResponse::ProtocolVersion Property

 

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

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
property Version^ ProtocolVersion {
	Version^ get();
	internal: void set(Version^ value);
}

Property Value

Type: System::Version^

A Version that contains the HTTP protocol version of the response.

Exception Condition
ObjectDisposedException

The current instance has been disposed.

The ProtocolVersion property contains the HTTP protocol version number of the response sent by the internet resource.

Return to top
Show: