C# Class Server.ServerListEventArgs

Inheritance: System.EventArgs
Exibir arquivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
AddServer ( string name, IPEndPoint address ) : void
AddServer ( string name, int fullPercent, TimeZone tz, IPEndPoint address ) : void
ServerListEventArgs ( Server.Network.NetState state, IAccount account ) : System

Method Details

AddServer() public method

public AddServer ( string name, IPEndPoint address ) : void
name string
address System.Net.IPEndPoint
return void

AddServer() public method

public AddServer ( string name, int fullPercent, TimeZone tz, IPEndPoint address ) : void
name string
fullPercent int
tz System.TimeZone
address System.Net.IPEndPoint
return void

ServerListEventArgs() public method

public ServerListEventArgs ( Server.Network.NetState state, IAccount account ) : System
state Server.Network.NetState
account IAccount
return System