Cronous Emulation Server Daemon

TCPSocket Class

TCP socket class.

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

System.Object
   croemud.connection.TCPSocketHandler
      croemud.connection.TCPSocket
         croemud.connection.ClientConnection

[Visual Basic]
Public Class TCPSocket
    Inherits TCPSocketHandler
[C#]
public class TCPSocket : TCPSocketHandler
[C++]
public __gc class TCPSocket : public TCPSocketHandler
[JScript]
public class TCPSocket 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

TCPSocket Members | croemud.connection Namespace