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

Provides utility methods for working with IP addresses and ranges.

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

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)
Represents an IPv4 address as a signed integer.
AsUInt(IPAddress)
Represents an IPv4 address as an unsigned integer.
IsIP(String)
Checks to see if the specified string is a valid IPv4 address.
IsLocal(IPAddress)
Checks whether an IP address may belong to LAN or localhost (192.168.0.0/16, 10.0.0.0/24, or 127.0.0.0/24).
Match(IPAddress, UInt32, UInt32)
NetMask(Byte)
RangeMax(IPAddress, Byte)
RangeMin(IPAddress, Byte)

Inheritance Hierarchy

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

See Also