Click or drag to resize

TransportIsIPv6IP Method

Determines if the specified ipAddress is an IPv6 IP.

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

Parameters

ipAddress  String
IP address to check.

Return Value

Boolean
true if the ipAddress is IPv6 IP; otherwise false.
See Also