Listener.IsRemoteIP Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

Listener.IsRemoteIP Method 

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

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

Parameters

IP
The IP address to check.

Return Value

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

See Also

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