C# Class Poonya.Server.Engine.SID

Datei anzeigen Open project: sunag/sea3d Class Usage Examples

Public Properties

Property Type Description
ID SessionID

Public Methods

Method Description
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

Private Methods

Method Description
OnDataReceived ( IAsyncResult asyn ) : void
WaitForData ( Socket soc ) : void

Method Details

Close() public method

public Close ( ) : bool
return bool

ReadUTF() public method

public ReadUTF ( ) : string
return string

RemoteAddress() public method

public RemoteAddress ( int SocketIndex ) : string
SocketIndex int
return string

RemoteHost() public method

public RemoteHost ( ) : string
return string

SID() public method

public SID ( Socket socket ) : System
socket Socket
return System

Send() public method

public Send ( ByteArray bytes ) : bool
bytes ByteArray
return bool

Send() public method

public Send ( bool value ) : bool
value bool
return bool

Send() public method

public Send ( byte data ) : bool
data byte
return bool

Send() public method

public Send ( string value ) : bool
value string
return bool

Property Details

ID public_oe property

public SessionID,Poonya.Server.Engine ID
return SessionID