HttpListenerContext Properties
.NET Framework 4.5
The HttpListenerContext type exposes the following members.
| Name | Description | |
|---|---|---|
|
Request | Gets the HttpListenerRequest that represents a client's request for a resource. |
|
Response | Gets the HttpListenerResponse object that will be sent to the client in response to the client's request. |
|
User | Gets an object used to obtain identity, authentication information, and security roles for the client whose request is represented by this HttpListenerContext object. |