Click or drag to resize

TransportIsPortNumberValid Method

Determines whether the specified port is valid.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public static bool IsPortNumberValid(
	string port
)
View Source

Parameters

port  String
The port number to be validated.

Return Value

Boolean
True if the port number is valid.
See Also