Click or drag to resize
IPEndPointHelperIsLocalOrLanAddress Method
Returns true if the endpoint looks like it is on the LAN.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool IsLocalOrLanAddress(
	IPEndPoint ipEndPoint
)

Parameters

ipEndPoint
Type: System.NetIPEndPoint

Return Value

Type: Boolean
See Also