HttpListenerContext Properties
.NET Framework (current version)
Namespace:
System.Net
Assembly: System (in System.dll)
| 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. |
Show:
