Click or drag to resize

TcpSimpleClient(String) Constructor

Initializes a new instance of the TcpSimpleClient class.

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

Parameters

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