Click or drag to resize

TransportIsMulticastIP Method

Determines if the specified ipAddress is a multicast IP.

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

Parameters

ipAddress  IPAddress
IP address to check.

Return Value

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