Click or drag to resize

TcpSimpleClientValidateConnectionString 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
ArgumentExceptionServer property is missing.
FormatExceptionServer property is invalid.
ArgumentOutOfRangeExceptionServer port value is not between PortRangeLow and PortRangeHigh.
See Also