C# Class invertika_account.Account.AccountClient

Inheritance: ISL.Server.Network.NetComputer
Exibir arquivo Open project: Invertika/server Class Usage Examples

Public Properties

Property Type Description
status AccountClientStatus

Public Methods

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

Method Details

AccountClient() public method

public AccountClient ( TcpClient peer ) : System
peer System.Net.Sockets.TcpClient
return System

getAccount() public method

public getAccount ( ) : ISL.Server.Account.Account
return ISL.Server.Account.Account

setAccount() public method

public setAccount ( ISL acc ) : void
acc ISL
return void

unsetAccount() public method

public unsetAccount ( ) : void
return void

Property Details

status public_oe property

public AccountClientStatus status
return AccountClientStatus