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