Class HttpListenerContext
Provides access to the request and response objects used by the
public class HttpListenerContext
- Inheritance
-
HttpListenerContext
- Inherited Members
- Extension Methods
Properties
Request
Gets the
public HttpListenerRequest Request { get; }
Property Value
- HttpListenerRequest
An
HttpListenerRequest object that represents the client request.
Response
Gets the
public HttpListenerResponse Response { get; }
Property Value
- HttpListenerResponse
An
HttpListenerResponse object used to send a response back to the client.
Methods
Close()
Closes the stream attached to this listener context.
public void Close()
Reset()
public void Reset()