HttpListenerRequestProtocolVersion Property |
Gets the HTTP version specified by the client.
Namespace:
Sfs2X.WebSocketSharp.Net
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public Version ProtocolVersion { get; }
Property Value
Type:
Version
A
Version that represents the HTTP version specified in
the request line.
See Also