메소드 | 설명 | |
---|---|---|
AddClient ( Zepheus.Zone.Networking.ZoneClient client ) : bool | ||
AddTransfer ( Zepheus.Util.ClientTransfer transfer ) : void | ||
ClientManager ( ) : System.Collections.Concurrent | ||
DisconnectAll ( ) : void | ||
GetClientByName ( string name ) : Zepheus.Zone.Networking.ZoneClient | ||
GetTransfer ( string charname ) : Zepheus.Util.ClientTransfer | ||
PingCheck ( ) : void | ||
RemoveClient ( Zepheus.Zone.Networking.ZoneClient client ) : void | ||
RemoveTransfer ( string charname ) : bool |
메소드 | 설명 | |
---|---|---|
Load ( ) : bool | ||
clientCount ( ) : int | ||
expirator_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void |
public AddClient ( Zepheus.Zone.Networking.ZoneClient client ) : bool | ||
client | Zepheus.Zone.Networking.ZoneClient | |
리턴 | bool |
public AddTransfer ( Zepheus.Util.ClientTransfer transfer ) : void | ||
transfer | Zepheus.Util.ClientTransfer | |
리턴 | void |
public ClientManager ( ) : System.Collections.Concurrent | ||
리턴 | System.Collections.Concurrent |
public GetClientByName ( string name ) : Zepheus.Zone.Networking.ZoneClient | ||
name | string | |
리턴 | Zepheus.Zone.Networking.ZoneClient |
public GetTransfer ( string charname ) : Zepheus.Util.ClientTransfer | ||
charname | string | |
리턴 | Zepheus.Util.ClientTransfer |
public RemoveClient ( Zepheus.Zone.Networking.ZoneClient client ) : void | ||
client | Zepheus.Zone.Networking.ZoneClient | |
리턴 | void |