FreeFlow class library

Connection Class

Class used to connect to the engine. All communication with the engine is through this class. Configuration is via the ConnectionType, Engine and HttpServer properties. If HTTP is used, a HTTP connection is used to connect to the web server and then DCOM/COM is used to connect to the engine. It is assumed the web part is installed in the default location. i.e. http://webserver/escripts If a more configurable setup is required then contact the author.

For a list of all members of this type, see Connection Members.

System.Object
   FreeFlow.Client.Connection

[Visual Basic]
Public Class Connection
[C#]
public class Connection

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: FreeFlow.Client

Assembly: FreeFlow.Client (in FreeFlow.Client.dll)

See Also

Connection Members | FreeFlow.Client Namespace