Cronous Emulation Server Daemon

Authenticate Class

Authentication packet.

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

System.Object
   croemud.packet.Packet
      croemud.clientpacket.Authenticate

[Visual Basic]
Public Class Authenticate
    Inherits Packet
[C#]
public class Authenticate : Packet
[C++]
public __gc class Authenticate : public Packet
[JScript]
public class Authenticate 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.clientpacket

Assembly: croemud (in croemud.dll)

See Also

Authenticate Members | croemud.clientpacket Namespace