Factory Class |
Namespace: Innovator.Client
The Factory type exposes the following members.
Name | Description | |
---|---|---|
ImageBufferSize |
How many images to buffer in memory when downloading image files. This cache is used
by the AsFile(IReadOnlyProperty, IConnection, Boolean)
extension method.
|
Name | Description | |
---|---|---|
GetConnection(String, ConnectionPreferences) |
Gets an HTTP connection to an innovator instance (or proxy) at the given URL
| |
GetConnection(String, String) |
Gets an HTTP connection to an innovator instance (or proxy) at the given URL
| |
GetConnection(String, ConnectionPreferences, Boolean) |
Asynchronously gets an HTTP connection to an innovator instance (or proxy) at the given URL
|
using Innovator.Client; var conn = Factory.GetConnection("URL", "USER_AGENT"); conn.Login(new ExplicitCredentials("DATABASE", "USER_NAME", "PASSWORD"));