Click or drag to resize

UdpClient(String) Constructor

Initializes a new instance of the UdpClient class.

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

Parameters

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