Method | Description | |
---|---|---|
AreInSameSubnet ( |
||
BigIntegerFromIpAddress ( |
||
CreateSubnetMaskIPv4 ( byte cidr ) : |
||
CreateSubnetMaskIPv6 ( byte cidr ) : |
||
GetBroadcastAddress ( |
||
GetNetworkAddress ( |
public static AreInSameSubnet ( |
||
first | ||
second | ||
subnetMask | ||
return | bool |
public static BigIntegerFromIpAddress ( |
||
ipAddress | ||
return | System.Numerics.BigInteger |
public static CreateSubnetMaskIPv4 ( byte cidr ) : |
||
cidr | byte | |
return |
public static CreateSubnetMaskIPv6 ( byte cidr ) : |
||
cidr | byte | |
return |
public static GetBroadcastAddress ( |
||
address | ||
subnetMask | ||
return |
public static GetNetworkAddress ( |
||
address | ||
subnetMask | ||
return |