HttpListenerResponseProtocolVersion Property |
Gets or sets the HTTP version used in the response.
Namespace:
Sfs2X.WebSocketSharp.Net
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public Version ProtocolVersion { get; set; }
Property Value
Type:
Version
A
Version that represents the version used in the response.
Exceptions Exception | Condition |
---|
ArgumentNullException |
The value specified for a set operation is .
|
ArgumentException |
The value specified for a set operation doesn't have its Major property set to 1 or
doesn't have its Minor property set to either 0 or 1.
|
InvalidOperationException |
The response has already been sent.
|
ObjectDisposedException |
This object is closed.
|
See Also