Click or drag to resize

HttpListenerContext Properties

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
See Also