Cronous Emulation Server Daemon

ClientConnection Class

Client connection.

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

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

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

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

ClientConnection Members | croemud.connection Namespace