Click or drag to resize

HttpVersion Class

Provides the HTTP version numbers.
Inheritance Hierarchy
SystemObject
  Sfs2X.WebSocketSharp.NetHttpVersion

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public class HttpVersion

The HttpVersion type exposes the following members.

Constructors
  NameDescription
Public methodHttpVersion
Initializes a new instance of the HttpVersion class.
Top
Fields
  NameDescription
Public fieldStatic memberVersion10
Provides a Version instance for the HTTP/1.0.
Public fieldStatic memberVersion11
Provides a Version instance for the HTTP/1.1.
Top
See Also