C# 클래스 Avalon.Network.SocketClient

파일 보기 프로젝트 열기: mabinogidev/mabinogi-development 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Account Account
Character Avalon.PrimaryType.Character
IPAddress string
SelectedChar int
SessionID int
WServer bool
WSquare Square
access int

공개 메소드들

메소드 설명
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.

메소드 상세

Disconnect() 공개 메소드

Terminates the current socket and removes it from the client list.
public Disconnect ( ) : void
리턴 void

Ping() 공개 메소드

public Ping ( ) : void
리턴 void

SocketClient() 공개 메소드

Stores a reference to the clients socket.
public SocketClient ( SocketServer mainSock ) : System
mainSock SocketServer
리턴 System

프로퍼티 상세

Account 공개적으로 프로퍼티

public Account Account
리턴 Account

Character 공개적으로 프로퍼티

public Character,Avalon.PrimaryType Character
리턴 Avalon.PrimaryType.Character

IPAddress 공개적으로 프로퍼티

public string IPAddress
리턴 string

SelectedChar 공개적으로 프로퍼티

public int SelectedChar
리턴 int

SessionID 공개적으로 프로퍼티

public int SessionID
리턴 int

WServer 공개적으로 프로퍼티

public bool WServer
리턴 bool

WSquare 공개적으로 프로퍼티

public Square WSquare
리턴 Square

access 공개적으로 프로퍼티

public int access
리턴 int