Cronous Emulation Server Daemon

TCPServerSocket Class

Server socket.

For a list of all members of this type, see TCPServerSocket Members.

System.Object
   croemud.connection.TCPSocketHandler
      croemud.connection.TCPServerSocket

[Visual Basic]
Public Class TCPServerSocket
    Inherits TCPSocketHandler
[C#]
public class TCPServerSocket : TCPSocketHandler
[C++]
public __gc class TCPServerSocket : public TCPSocketHandler
[JScript]
public class TCPServerSocket extends TCPSocketHandler

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: croemud.connection

Assembly: croemud (in croemud.dll)

See Also

TCPServerSocket Members | croemud.connection Namespace