Click or drag to resize

HttpListenerContextRequest Property

Gets the HTTP request object that represents a client request.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public HttpListenerRequest Request { get; }

Property Value

Type: HttpListenerRequest
A HttpListenerRequest that represents the client request.
See Also