[This is preliminary documentation and is subject to change.]
Constructs an instance for a non-default universe.
Syntax
| C# |
|---|
public Instance(
uint address,
int port
) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
address As UInteger, _
port As Integer _
) |
Parameters
- address
- Type: System..::.UInt32
IP address of the universe server represented as a 32-bit unsigned integer. The IP address is stored according to Network Byte Order.
- port
- Type: System..::.Int32
Port number of the universe server.
Exceptions
See Also