Initializes an instance of the SharedData class, which can be used to connect to a running instance of the Shared Data Server.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
Syntax
Parameters
- host
- Type: System String
The address or host name of the Shared Data Server.
- port
- Type: System Int32
The TCP port that the Shared Data Server is listening on.
- secureConnection (Optional)
- Type: System Boolean
Flag indicating whether SSL encryption is to be used to secure connection to Shared Data Server
See Also