Listener.IsLocalIP Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

Listener.IsLocalIP Method 

Checks whether the specified IP address is a local IP address or not.

[Visual Basic]Protected Shared Function IsLocalIP( _
   ByVal IP As System.Net.IPAddress _
) As Boolean
[C#]
protected static bool IsLocalIP(
   IPAddress IP
);

Parameters

IP
The IP address to check.

Return Value

True if the specified IP address is a local address, false otherwise.

See Also

Listener Class | Listener Members | Org.Mentalis.Proxy Namespace