C# 클래스 tdsm.core.ServerCore.ServerSlot

상속: Terraria.RemoteClient
파일 보기 프로젝트 열기: DeathCradle/Terraria-s-Dedicated-Server-Mod 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
conn ClientConnection
remoteAddress string

공개 메소드들

메소드 설명
Kick ( string reason ) : void
Reset ( ) : void
SectionRange ( int size, int firstX, int firstY ) : bool
Send ( byte data ) : void
Send ( byte data, int offset, int length ) : void
ServerSlot ( ) : System
SpamClear ( ) : void
SpamUpdate ( ) : void

메소드 상세

Kick() 공개 메소드

public Kick ( string reason ) : void
reason string
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SectionRange() 공개 메소드

public SectionRange ( int size, int firstX, int firstY ) : bool
size int
firstX int
firstY int
리턴 bool

Send() 공개 메소드

public Send ( byte data ) : void
data byte
리턴 void

Send() 공개 메소드

public Send ( byte data, int offset, int length ) : void
data byte
offset int
length int
리턴 void

ServerSlot() 공개 메소드

public ServerSlot ( ) : System
리턴 System

SpamClear() 공개 메소드

public SpamClear ( ) : void
리턴 void

SpamUpdate() 공개 메소드

public SpamUpdate ( ) : void
리턴 void

프로퍼티 상세

conn 공개적으로 프로퍼티

public ClientConnection,tdsm.core.ServerCore conn
리턴 ClientConnection

remoteAddress 공개적으로 프로퍼티

public string remoteAddress
리턴 string