Click or drag to resize

ClientBase(TransportProtocol, String) Constructor

Initializes a new instance of the client.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
protected ClientBase(
	TransportProtocol transportProtocol,
	string connectionString
)
View Source

Parameters

transportProtocol  TransportProtocol
One of the TransportProtocol values.
connectionString  String
The data used by the client for connection to a server.
See Also