C# Class SOE.Core.SOEServer

Afficher le fichier Open project: Joshsora/LibSOE Class Usage Examples

Méthodes publiques

Свойство Type Description
CLIENT_TIMEOUT int
ConnectionManager SOEConnectionManager
GAME_NAME string
Protocol SOEProtocol
Running bool
SERVER_THREAD_SLEEP int
THREAD_POOL_SIZE int
WANT_MESSAGE_THREADING bool
WANT_PACKET_THREADING bool

Méthodes publiques

Méthode Description
Log ( string message ) : void
ReceiveMessage ( SOEClient sender, byte rawMessage ) : void
Run ( ) : void
SOEServer ( int port, string protocol = "SOE" ) : System
SendPacket ( SOEClient client, SOEPacket packet ) : void

Private Methods

Méthode Description
DoNetCycle ( ) : void

Method Details

Log() public méthode

public Log ( string message ) : void
message string
Résultat void

ReceiveMessage() public méthode

public ReceiveMessage ( SOEClient sender, byte rawMessage ) : void
sender SOEClient
rawMessage byte
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

SOEServer() public méthode

public SOEServer ( int port, string protocol = "SOE" ) : System
port int
protocol string
Résultat System

SendPacket() public méthode

public SendPacket ( SOEClient client, SOEPacket packet ) : void
client SOEClient
packet SOE.Interfaces.SOEPacket
Résultat void

Property Details

CLIENT_TIMEOUT public_oe property

public int CLIENT_TIMEOUT
Résultat int

ConnectionManager public_oe property

public SOEConnectionManager,SOE.Core ConnectionManager
Résultat SOEConnectionManager

GAME_NAME public_oe property

public string GAME_NAME
Résultat string

Protocol public_oe property

public SOEProtocol,SOE.Core Protocol
Résultat SOEProtocol

Running public_oe property

public bool Running
Résultat bool

SERVER_THREAD_SLEEP public_oe property

public int SERVER_THREAD_SLEEP
Résultat int

THREAD_POOL_SIZE public_oe property

public int THREAD_POOL_SIZE
Résultat int

WANT_MESSAGE_THREADING public_oe property

public bool WANT_MESSAGE_THREADING
Résultat bool

WANT_PACKET_THREADING public_oe property

public bool WANT_PACKET_THREADING
Résultat bool