| 
            
              TransportIsPortNumberValid Method
             | 
          
        
        
            Determines whether the specified port is valid.
            
        
        Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.258-beta
Syntaxpublic static bool IsPortNumberValid(
	string port
)
Public Shared Function IsPortNumberValid ( 
	port As String
) As Boolean
public:
static bool IsPortNumberValid(
	String^ port
)
static member IsPortNumberValid : 
        port : string -> bool GSF.Communication.Transport.IsPortNumberValid = function(port);
 View SourceParameters
- port  String
 - The port number to be validated.
 
Return Value
BooleanTrue if the port number is valid.
See Also