Click or drag to resize

TcpClient(String) Constructor

Initializes a new instance of the TcpClient class.

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

Parameters

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