C-DEngine 5.105

HttpListenerContext Members

The HttpListenerContext type exposes the following members.

Methods


  Name Description
Public method AcceptWebSocket
Accepts a WebSocket connection request.
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property Request
Gets the HTTP request information from a client.
Public property Response
Gets the HTTP response information used to send to the client.
Public property User
Gets the client information (identity, authentication, and security roles).