SocksListener Members

Mentalis.org Proxy

Mentalis.org Proxy Documentation

SocksListener Members

Public Instance Constructors

SocksListener Overloaded. Initialize a new instance of the SocksListener class.

Public Instance Properties

ConstructStringReturns a string that holds all the construction information for this object.
IsDisposed (inherited from Listener)Gets a value indicating whether the Listener has been disposed or not.
Listening (inherited from Listener)Gets a value indicating whether the Listener is currently listening or not.

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 Properties

Address (inherited from Listener)Gets or sets the address on which to listen on.
Clients (inherited from Listener)Gets the list of connected clients.
ListenSocket (inherited from Listener)Gets or sets the listening Socket.
Port (inherited from Listener)Gets or sets the port number on which to listen on.

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.

Private Instance Fields

m_AuthListHolds the value of the AuthList property.

Private Instance Properties

AuthListGets or sets the AuthenticationList to be used when a SOCKS5 client connects.

See Also

SocksListener Class | Org.Mentalis.Proxy.Socks Namespace