HttpListener Methods

Mentalis.org Proxy

Mentalis.org Proxy Documentation

HttpListener Methods

The methods of the HttpListener class are listed below. For a complete list of HttpListener class members, see the HttpListener Members topic.

Public Instance Methods

Dispose (inherited from Listener)Disposes of the resources (other than memory) used by the Listener.
Equals (inherited from Object)Select the method name to go to the Microsoft documentation.
GetClientAt (inherited from Listener)Returns the requested client from the client list.
GetClientCount (inherited from Listener)Returns the number of clients in the client list.
GetHashCode (inherited from Object)Select the method name to go to the Microsoft documentation.
GetType (inherited from Object)Select the method name to go to the Microsoft documentation.
OnAcceptCalled when there's an incoming client connection waiting to be accepted.
Start (inherited from Listener)Starts listening on the selected IP address and port.
ToStringReturns a string representation of this object.

Protected Instance Methods

AddClient (inherited from Listener)Adds the specified Client to the client list.
Finalize (inherited from Listener)Finalizes the Listener.
MemberwiseClone (inherited from Object)Select the method name to go to the Microsoft documentation.
RemoveClient (inherited from Listener)Removes the specified Client from the client list.
Restart (inherited from Listener)Restarts listening on the selected IP address and port.

See Also

HttpListener Class | Org.Mentalis.Proxy.Http Namespace