Click or drag to resize

HttpRequestEventArgsResponse Property

Gets the response data to return to the client.

Namespace:  Sfs2X.WebSocketSharp.Server
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public HttpListenerResponse Response { get; }

Property Value

Type: HttpListenerResponse
A HttpListenerResponse that provides the methods and properties for the response data.
See Also