Reference Library
ServerItem Constructor (serverip, legacytag, war3tag)
NamespacesAsgard5.BnetServerItemServerItem(String, String, String)
Creates a new ServerItem
Declaration Syntax
C#Visual BasicVisual C++
public ServerItem(
	string serverip,
	string legacytag,
	string war3tag
)
Public Sub New ( _
	serverip As String, _
	legacytag As String, _
	war3tag As String _
)
public:
ServerItem(
	String^ serverip, 
	String^ legacytag, 
	String^ war3tag
)
Parameters
serverip (String)
The server ip or hostname.
legacytag (String)
The suffix at the end of a non war3 username.
war3tag (String)
The suffix at the end of a war3 username

Assembly: Asgard5Library (Module: Asgard5Library)