Share via


HttpListenerContext Members

The following tables list the members exposed by the HttpListenerContext type.

Public Properties

Name Description
Public Property Request Gets the HttpListenerRequest that represents a client's request for a resource.
Public Property Response Gets the HttpListenerResponse object that will be sent to the client in response to the client's request.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

HttpListenerContext Class
System.Net Namespace