Class ServerDatabase
Inheritance
System.Object
ServerDatabase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Asgard3.Core.dll
Syntax
public static class ServerDatabase
Fields
|
Improve this Doc
View Source
BnlsServers
Declaration
public static List<Server> BnlsServers
Field Value
Type |
Description |
System.Collections.Generic.List<Server> |
|
|
Improve this Doc
View Source
IsWebDownloaded
Declaration
public static bool IsWebDownloaded
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Servers
Declaration
public static List<Server> Servers
Field Value
Type |
Description |
System.Collections.Generic.List<Server> |
|
Methods
|
Improve this Doc
View Source
AddServer(Server)
Declaration
public static void AddServer(Server server)
Parameters
Type |
Name |
Description |
Server |
server |
|
|
Improve this Doc
View Source
Find(String)
Declaration
public static Server Find(string server)
Parameters
Type |
Name |
Description |
System.String |
server |
|
Returns
|
Improve this Doc
View Source
FindBnls(String)
Declaration
public static Server FindBnls(string server)
Parameters
Type |
Name |
Description |
System.String |
server |
|
Returns
|
Improve this Doc
View Source
GetBNLSServerList(String, String, String, String, String, String)
Declaration
public static void GetBNLSServerList(string server, string tag1, string tag2, string serverType = "", string serverLabel = "", string source = "")
Parameters
Type |
Name |
Description |
System.String |
server |
|
System.String |
tag1 |
|
System.String |
tag2 |
|
System.String |
serverType |
|
System.String |
serverLabel |
|
System.String |
source |
|
|
Improve this Doc
View Source
GetServerList(String, String, String, String, String, String)
Declaration
public static void GetServerList(string server, string tag1, string tag2, string serverType = "", string serverLabel = "", string source = "")
Parameters
Type |
Name |
Description |
System.String |
server |
|
System.String |
tag1 |
|
System.String |
tag2 |
|
System.String |
serverType |
|
System.String |
serverLabel |
|
System.String |
source |
|
|
Improve this Doc
View Source
Init()
Retrieve battle.net's server list.
Declaration
public static void Init()
|
Improve this Doc
View Source
RemoveServer(String)
Declaration
public static void RemoveServer(string serverip)
Parameters
Type |
Name |
Description |
System.String |
serverip |
|
Events
|
Improve this Doc
View Source
WebFileDownloaded
Declaration
public static event ServerDatabase.WebFileDownloadedEvent WebFileDownloaded
Event Type