ConnectionContext Constructor

GF API Documentation
Constructor

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

public ConnectionContext(
	string host,
	int port,
	string userName,
	string password,
	string uuid,
	bool shouldForceLogin
)

Parameters

host
Type: SystemString
port
Type: SystemInt32
userName
Type: SystemString
password
Type: SystemString
uuid
Type: SystemString
shouldForceLogin
Type: SystemBoolean
See Also

Reference