| 
            
              TransportIsIPv6IP Method
             | 
          
        
        
            Determines if the specified ipAddress is an IPv6 IP.
            
        
        Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.258-beta
SyntaxPublic Shared Function IsIPv6IP ( 
	ipAddress As String
) As Boolean
static member IsIPv6IP : 
        ipAddress : string -> bool GSF.Communication.Transport.IsIPv6IP = function(ipAddress);
 View SourceParameters
- ipAddress  String
 - IP address to check.
 
Return Value
Booleantrue if the 
ipAddress is IPv6 IP; otherwise false.
See Also