HttpListenerRequest.ProtocolVersion Property
Gets the HTTP version used by the requesting client.
Namespace: System.Net
Assembly: System (in system.dll)
Syntax
public Version ProtocolVersion { get; }
Property Value
A Version that identifies the client's version of HTTP.
Remarks
The capabilities of different HTTP versions are specified in the documents available at http://www.rfc-editor.org.
Version Information
Available in the .NET Micro Framework versions 4.0 and 4.1.
See Also
Reference
HttpListenerRequest Class
HttpListenerRequest Members
System.Net Namespace