C# Класс tdsm.core.ServerCore.IAPISocketExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

CanSendWater() публичный статический Метод

public static CanSendWater ( this sock ) : bool
sock this
Результат bool

IsPlaying() публичный статический Метод

public static IsPlaying ( this sock ) : bool
sock this
Результат bool

Kick() публичный статический Метод

public static Kick ( this sock, string reason ) : void
sock this
reason string
Результат void

RemoteAddress() публичный статический Метод

public static RemoteAddress ( this sock ) : string
sock this
Результат string

SetState() публичный статический Метод

public static SetState ( this sock, SlotState state ) : void
sock this
state SlotState
Результат void

State() публичный статический Метод

public static State ( this sock ) : SlotState
sock this
Результат SlotState