C# Class tdsm.core.ServerCore.IAPISocketExtensions

Afficher le fichier Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Méthodes publiques

Méthode Description
CanSendWater ( this sock ) : bool
IsPlaying ( this sock ) : bool
Kick ( this sock, string reason ) : void
RemoteAddress ( this sock ) : string
SetState ( this sock, SlotState state ) : void
State ( this sock ) : SlotState

Method Details

CanSendWater() public static méthode

public static CanSendWater ( this sock ) : bool
sock this
Résultat bool

IsPlaying() public static méthode

public static IsPlaying ( this sock ) : bool
sock this
Résultat bool

Kick() public static méthode

public static Kick ( this sock, string reason ) : void
sock this
reason string
Résultat void

RemoteAddress() public static méthode

public static RemoteAddress ( this sock ) : string
sock this
Résultat string

SetState() public static méthode

public static SetState ( this sock, SlotState state ) : void
sock this
state SlotState
Résultat void

State() public static méthode

public static State ( this sock ) : SlotState
sock this
Résultat SlotState