C# Class IPAddressExtensions, code

Exibir arquivo Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
ToUint ( IPAddress, address ) : uint

Converts IPv4 and IPv4 mapped to IPv6 addresses to an unsigned integer.

Method Details

ToUint() public static method

Converts IPv4 and IPv4 mapped to IPv6 addresses to an unsigned integer.
public static ToUint ( IPAddress, address ) : uint
address IPAddress, The address to conver
return uint