Click or drag to resize

UdpClientValidateConnectionString Method

Validates the specified connectionString.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
protected override void ValidateConnectionString(
	string connectionString
)
View Source

Parameters

connectionString  String
Connection string to be validated.
Exceptions
ExceptionCondition
ArgumentExceptionPort property is missing.
ArgumentOutOfRangeExceptionPort property value is not between PortRangeLow and PortRangeHigh.
See Also