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

[Missing <summary> documentation for "T:fCraft.IPAddressUtil"]

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

Syntax

   
 C# 
public static class IPAddressUtil

Members

      
 All Members  Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AsInt(IPAddress)
AsUInt(IPAddress)
IsLAN(IPAddress)
Checks whether an IP address may belong to LAN (192.168.0.0/16 or 10.0.0.0/24).
Match(IPAddress, UInt32, UInt32)
NetMask(Byte)
RangeMax(IPAddress, Byte)
RangeMin(IPAddress, Byte)

Inheritance Hierarchy

System..::..Object
  fCraft..::..IPAddressUtil

See Also