Click or drag to resize

TlsClient(String) Constructor

Initializes a new instance of the TlsClient class.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public TlsClient(
	string connectString
)
View Source

Parameters

connectString  String
Connect string of the TlsClient. See DefaultConnectionString for format.
See Also