ServerInfo Constructor

GF API Documentation
Create a ServerInfo object

Namespace:  GF.Api.Connection
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public ServerInfo(
	string host,
	int port
)

Parameters

host
Type: SystemString
Host name/address of the server
port
Type: SystemInt32
Port number of the server
See Also

Reference