Click or drag to resize
FactoryGetConnection Method (String, ConnectionPreferences)
Gets an HTTP connection to an innovator instance (or proxy) at the given URL

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public static IRemoteConnection GetConnection(
	string url,
	ConnectionPreferences preferences
)

Parameters

url
Type: SystemString
URL of the innovator instance (or proxy)
preferences
Type: Innovator.ClientConnectionPreferences
Object containing preferences for the connection

Return Value

Type: IRemoteConnection
A connection object
See Also