C# Class tdsm.core.ServerCore.ServerSlot

Inheritance: Terraria.RemoteClient
Afficher le fichier Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod Class Usage Examples

Méthodes publiques

Свойство Type Description
conn ClientConnection
remoteAddress string

Méthodes publiques

Méthode 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 méthode

public Kick ( string reason ) : void
reason string
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

SectionRange() public méthode

public SectionRange ( int size, int firstX, int firstY ) : bool
size int
firstX int
firstY int
Résultat bool

Send() public méthode

public Send ( byte data ) : void
data byte
Résultat void

Send() public méthode

public Send ( byte data, int offset, int length ) : void
data byte
offset int
length int
Résultat void

ServerSlot() public méthode

public ServerSlot ( ) : System
Résultat System

SpamClear() public méthode

public SpamClear ( ) : void
Résultat void

SpamUpdate() public méthode

public SpamUpdate ( ) : void
Résultat void

Property Details

conn public_oe property

public ClientConnection,tdsm.core.ServerCore conn
Résultat ClientConnection

remoteAddress public_oe property

public string remoteAddress
Résultat string