SharedData Constructor C# API
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.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public SharedData(
	string host,
	int port,
	bool secureConnection = false
)

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