Click or drag to resize

HttpListenerContextResponse Property

Gets the HTTP response object used to send a response to the client.

Namespace:  Sfs2X.WebSocketSharp.Net
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 represents a response to the client request.
See Also