Cronous Emulation Server Daemon

Authentication Class

Authentication packet.

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

System.Object
   croemud.packet.Packet
      croemud.serverpacket.Authentication

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

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.serverpacket

Assembly: croemud (in croemud.dll)

See Also

Authentication Members | croemud.serverpacket Namespace