TcpServer Class |
Namespace: Ookii.Jumbo
The TcpServer type exposes the following members.
Name | Description | |
---|---|---|
TcpServer(IPAddress, Int32) |
Initializes a new instance of the TcpServer class with the specified local address and port.
| |
TcpServer(IPAddress, Int32, Int32) |
Initializes a new instance of the TcpServer class with the specified local address, port, and maximum number of connections.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetDefaultListenerAddresses |
Gets the default addresses to listen on.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HandleConnection |
When overridden in a derived class, handles a server connection.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Start |
Starts listening for incoming connections.
| |
Stop |
Stops listening for incoming connections.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |