Click or drag to resize

ClientBaseCreate Method

Create a communications client

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public static IClient Create(
	string connectionString
)
View Source

Parameters

connectionString  String
Connection string for the client.

Return Value

IClient
A communications client.
Remarks
Note that typical connection string should be prefixed with a "protocol=tcp", "protocol=udp", "protocol=serial" or "protocol=file"
See Also