LumiSoft Net Help
IsPrivateIP Method (ip)
NamespacesLumiSoft.NetCoreIsPrivateIP(String)
Gets if specified IP address is private LAN IP address. For example 192.168.x.x is private ip.
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Use Net_Utils.IsPrivateIP instead of it")]
public static bool IsPrivateIP(
	string ip
)
<ObsoleteAttribute("Use Net_Utils.IsPrivateIP instead of it")> _
Public Shared Function IsPrivateIP ( _
	ip As String _
) As Boolean
[ObsoleteAttribute(L"Use Net_Utils.IsPrivateIP instead of it")]
public:
static bool IsPrivateIP(
	String^ ip
)
Parameters
ip (String)
IP address to check.
Return Value
Returns true if IP is private IP.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when ip is null reference.

Assembly: LumiSoft.Net (Module: LumiSoft.Net) Version: 2.0.4006.27129