Public Static (Shared) Methods
Protected Static (Shared) Methods
IsLocalIP | Checks whether the specified IP address is a local IP address or not. |
IsRemoteIP | Checks whether the specified IP address is a remote IP address or not. |
Public Instance Constructors
Public Instance Properties
ConstructString | Returns a string that holds all the construction information for this object. |
IsDisposed | Gets a value indicating whether the Listener has been disposed or not. |
Listening | Gets a value indicating whether the Listener is currently listening or not. |
Public Instance Methods
Dispose | 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 | Returns the requested client from the client list. |
GetClientCount | 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. |
OnAccept | Called when there's an incoming client connection waiting to be accepted. |
Start | Starts listening on the selected IP address and port. |
ToString | Returns a string representation of this object. |
Protected Instance Properties
Address | Gets or sets the address on which to listen on. |
Clients | Gets the list of connected clients. |
ListenSocket | Gets or sets the listening Socket. |
Port | Gets or sets the port number on which to listen on. |
Protected Instance Methods
AddClient | Adds the specified Client to the client list. |
Finalize | Finalizes the Listener. |
MemberwiseClone (inherited from Object) | Select the method name to go to the Microsoft documentation. |
RemoveClient | Removes the specified Client from the client list. |
Restart | Restarts listening on the selected IP address and port. |
Private Instance Fields
m_Address | Holds the value of the Address property. |
m_Clients | Holds the value of the Clients property. |
m_IsDisposed | Holds the value of the IsDisposed property. |
m_ListenSocket | Holds the value of the ListenSocket property. |
m_Port | Holds the value of the Port property. |
See Also
Listener Class | Org.Mentalis.Proxy Namespace