C# Class invertika_account.Account.AccountClient

Inheritance: ISL.Server.Network.NetComputer
Afficher le fichier Open project: Invertika/server Class Usage Examples

Méthodes publiques

Свойство Type Description
status AccountClientStatus

Méthodes publiques

Méthode Description
AccountClient ( TcpClient peer ) : System
getAccount ( ) : ISL.Server.Account.Account
setAccount ( ISL acc ) : void
unsetAccount ( ) : void

Method Details

AccountClient() public méthode

public AccountClient ( TcpClient peer ) : System
peer System.Net.Sockets.TcpClient
Résultat System

getAccount() public méthode

public getAccount ( ) : ISL.Server.Account.Account
Résultat ISL.Server.Account.Account

setAccount() public méthode

public setAccount ( ISL acc ) : void
acc ISL
Résultat void

unsetAccount() public méthode

public unsetAccount ( ) : void
Résultat void

Property Details

status public_oe property

public AccountClientStatus status
Résultat AccountClientStatus