Mono Class Library: System.Net.HttpWebResponse Overview | Members

System.Net.HttpWebResponse.ProtocolVersion Property

Gets the version of the HTTP protocol used in the response. [Edit]

public Version ProtocolVersion { get; }

Value

A Version that contains the HTTP protocol version of the response. [Edit]

Exceptions

TypeReason
ObjectDisposedExceptionThe current instance has been disposed. [Edit]

Remarks

This property is read-only.

The HttpWebResponse.ProtocolVersion property contains the System.Net.HttpVersion number of the response sent by the Internet resource.

[Edit]

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0