J-Integra® Espresso Programming Documentation (API)

RuntimeConfiguration.SetConnnectionType Method

Sets the type of connection. If set to SSL or TLS, then the server certificate is authenticated and MUST be in the Windows certificate store. If you use a SSL/TLS connection and then set this to TCP, then the runtime will not authenticate the server's certificate.

void SetConnnectionType(
 Ics.Runtime.ConnectionType connectionType
);

Parameters

connectionType
The type of connection, TCP/SSL/TSL.

Return Value

none

Remarks

none

Exceptions

none

See Also

Runtime Config | Runtime Namespace