C# Class Avalon.Network.SocketClient

Afficher le fichier Open project: mabinogidev/mabinogi-development Class Usage Examples

Méthodes publiques

Свойство Type Description
Account Account
Character Avalon.PrimaryType.Character
IPAddress string
SelectedChar int
SessionID int
WServer bool
WSquare Square
access int

Méthodes publiques

Méthode Description
Disconnect ( ) : void

Terminates the current socket and removes it from the client list.

Ping ( ) : void
SocketClient ( SocketServer mainSock ) : System

Stores a reference to the clients socket.

Method Details

Disconnect() public méthode

Terminates the current socket and removes it from the client list.
public Disconnect ( ) : void
Résultat void

Ping() public méthode

public Ping ( ) : void
Résultat void

SocketClient() public méthode

Stores a reference to the clients socket.
public SocketClient ( SocketServer mainSock ) : System
mainSock SocketServer
Résultat System

Property Details

Account public_oe property

public Account Account
Résultat Account

Character public_oe property

public Character,Avalon.PrimaryType Character
Résultat Avalon.PrimaryType.Character

IPAddress public_oe property

public string IPAddress
Résultat string

SelectedChar public_oe property

public int SelectedChar
Résultat int

SessionID public_oe property

public int SessionID
Résultat int

WServer public_oe property

public bool WServer
Résultat bool

WSquare public_oe property

public Square WSquare
Résultat Square

access public_oe property

public int access
Résultat int