Click or drag to resize
IPAddressHelperIsLinkLocal Method
Returns true if the IPAddress passed across is a link local address.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool IsLinkLocal(
	IPAddress ipAddress
)

Parameters

ipAddress
Type: System.NetIPAddress

Return Value

Type: Boolean
See Also