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

파일 보기 프로젝트 열기: DeathCradle/Terraria-s-Dedicated-Server-Mod

공개 메소드들

메소드 설명
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