[This is preliminary documentation and is subject to change.]

Checks whether an IP address may belong to LAN (192.168.0.0/16 or 10.0.0.0/24).

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public static bool IsLAN(
	this IPAddress addr
)

Parameters

addr
IPAddress

[Missing <param name="addr"/> documentation for "M:fCraft.IPAddressUtil.IsLAN(System.Net.IPAddress)"]

Return Value

[Missing <returns> documentation for "M:fCraft.IPAddressUtil.IsLAN(System.Net.IPAddress)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IPAddress. When you use instance method syntax to call this method, omit the first parameter.

See Also