Click or drag to resize

HttpRequestEventArgsRequest Property

Gets the request data sent from a client.

Namespace:  Sfs2X.WebSocketSharp.Server
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 provides the methods and properties for the request data.
See Also