Property | Type | Description | |
---|---|---|---|
check | Thread |
Method | Description | |
---|---|---|
Clients ( ) : Client>.Dictionary |
||
GetClient ( uint SessionID ) : SagaLib.Client | ||
GetClient ( string name ) : MapClient | ||
ListClients ( MapClient sclient ) : void | ||
ListClientsAndInfo ( MapClient sclient ) : void | ||
NetworkLoop ( int maxNewConnections ) : void |
Connects new clients
|
|
OnClientDisconnect ( SagaLib.Client client ) : void | ||
SendToAllClients ( |
||
SendToOneClient ( |
Method | Description | |
---|---|---|
MapClientManager ( ) : System |
public GetClient ( uint SessionID ) : SagaLib.Client | ||
SessionID | uint | |
return | SagaLib.Client |
public ListClients ( MapClient sclient ) : void | ||
sclient | MapClient | |
return | void |
public ListClientsAndInfo ( MapClient sclient ) : void | ||
sclient | MapClient | |
return | void |
public NetworkLoop ( int maxNewConnections ) : void | ||
maxNewConnections | int | |
return | void |
public OnClientDisconnect ( SagaLib.Client client ) : void | ||
client | SagaLib.Client | |
return | void |
public SendToAllClients ( |
||
p | ||
return | void |
public SendToOneClient ( |
||
p | ||
name | string | |
return | void |