Click or drag to resize

TcpServer Class

Abstract base class for a server that accepts incoming TCP connections.
Inheritance Hierarchy
SystemObject
  Ookii.JumboTcpServer

Namespace: Ookii.Jumbo
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public abstract class TcpServer

The TcpServer type exposes the following members.

Constructors
 NameDescription
Protected methodTcpServer(IPAddress, Int32) Initializes a new instance of the TcpServer class with the specified local address and port.
Protected methodTcpServer(IPAddress, Int32, Int32) Initializes a new instance of the TcpServer class with the specified local address, port, and maximum number of connections.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberGetDefaultListenerAddresses Gets the default addresses to listen on.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodHandleConnection When overridden in a derived class, handles a server connection.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStart Starts listening for incoming connections.
Public methodStop Stops listening for incoming connections.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also