C-DEngine 5.105

HttpListenerRequest..::..ProtocolVersion Property

Gets the HTTP version used in the request.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Version ProtocolVersion { get; }
Public ReadOnly Property ProtocolVersion As Version
	Get
public:
property Version^ ProtocolVersion {
	Version^ get ();
}

Field Value

A Version that represents the HTTP version used in the request.