C# 클래스 Poonya.Server.Engine.SID

파일 보기 프로젝트 열기: sunag/sea3d 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ID SessionID

공개 메소드들

메소드 설명
Close ( ) : bool
ReadUTF ( ) : string
RemoteAddress ( int SocketIndex ) : string
RemoteHost ( ) : string
SID ( Socket socket ) : System
Send ( ByteArray bytes ) : bool
Send ( bool value ) : bool
Send ( byte data ) : bool
Send ( string value ) : bool

비공개 메소드들

메소드 설명
OnDataReceived ( IAsyncResult asyn ) : void
WaitForData ( Socket soc ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : bool
리턴 bool

ReadUTF() 공개 메소드

public ReadUTF ( ) : string
리턴 string

RemoteAddress() 공개 메소드

public RemoteAddress ( int SocketIndex ) : string
SocketIndex int
리턴 string

RemoteHost() 공개 메소드

public RemoteHost ( ) : string
리턴 string

SID() 공개 메소드

public SID ( Socket socket ) : System
socket Socket
리턴 System

Send() 공개 메소드

public Send ( ByteArray bytes ) : bool
bytes ByteArray
리턴 bool

Send() 공개 메소드

public Send ( bool value ) : bool
value bool
리턴 bool

Send() 공개 메소드

public Send ( byte data ) : bool
data byte
리턴 bool

Send() 공개 메소드

public Send ( string value ) : bool
value string
리턴 bool

프로퍼티 상세

ID 공개적으로 프로퍼티

public SessionID,Poonya.Server.Engine ID
리턴 SessionID