IPEndPointHelperIsLocalOrLanAddress Method |
Returns true if the endpoint looks like it is on the LAN.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static bool IsLocalOrLanAddress(
IPEndPoint ipEndPoint
)
Public Shared Function IsLocalOrLanAddress (
ipEndPoint As IPEndPoint
) As Boolean
public:
static bool IsLocalOrLanAddress(
IPEndPoint^ ipEndPoint
)
static member IsLocalOrLanAddress :
ipEndPoint : IPEndPoint -> bool
Parameters
- ipEndPoint
- Type: System.NetIPEndPoint
Return Value
Type:
BooleanSee Also