Click or drag to resize

HttpListenerContext Class

Provides the access to the HTTP request and response objects used by the HttpListener.
Inheritance Hierarchy
SystemObject
  Sfs2X.WebSocketSharp.NetHttpListenerContext

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public sealed class HttpListenerContext

The HttpListenerContext type exposes the following members.

Properties
  NameDescription
Public propertyRequest
Gets the HTTP request object that represents a client request.
Public propertyResponse
Gets the HTTP response object used to send a response to the client.
Public propertyUser
Gets the client information (identity, authentication, and security roles).
Top
Methods
  NameDescription
Public methodAcceptWebSocket
Accepts a WebSocket handshake request.
Top
Remarks
This class cannot be inherited.
See Also