C# 클래스 invertika_account.Account.AccountClient

상속: ISL.Server.Network.NetComputer
파일 보기 프로젝트 열기: Invertika/server 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
status AccountClientStatus

공개 메소드들

메소드 설명
AccountClient ( TcpClient peer ) : System
getAccount ( ) : ISL.Server.Account.Account
setAccount ( ISL acc ) : void
unsetAccount ( ) : void

메소드 상세

AccountClient() 공개 메소드

public AccountClient ( TcpClient peer ) : System
peer System.Net.Sockets.TcpClient
리턴 System

getAccount() 공개 메소드

public getAccount ( ) : ISL.Server.Account.Account
리턴 ISL.Server.Account.Account

setAccount() 공개 메소드

public setAccount ( ISL acc ) : void
acc ISL
리턴 void

unsetAccount() 공개 메소드

public unsetAccount ( ) : void
리턴 void

프로퍼티 상세

status 공개적으로 프로퍼티

public AccountClientStatus status
리턴 AccountClientStatus