C# Class tdsm.core.ServerCore.ServerSlot

Inheritance: Terraria.RemoteClient
Exibir arquivo Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod Class Usage Examples

Public Properties

Property Type Description
conn ClientConnection
remoteAddress string

Public Methods

Method Description
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

Method Details

Kick() public method

public Kick ( string reason ) : void
reason string
return void

Reset() public method

public Reset ( ) : void
return void

SectionRange() public method

public SectionRange ( int size, int firstX, int firstY ) : bool
size int
firstX int
firstY int
return bool

Send() public method

public Send ( byte data ) : void
data byte
return void

Send() public method

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

ServerSlot() public method

public ServerSlot ( ) : System
return System

SpamClear() public method

public SpamClear ( ) : void
return void

SpamUpdate() public method

public SpamUpdate ( ) : void
return void

Property Details

conn public_oe property

public ClientConnection,tdsm.core.ServerCore conn
return ClientConnection

remoteAddress public_oe property

public string remoteAddress
return string