IPAddressExtensions Class

Extension class for the IPAddress class

Definition

Namespace: ARSoft.Tools.Net
Assembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
C#
public static class IPAddressExtensions
Inheritance
Object    IPAddressExtensions

Methods

GetInterfaceIndex Returns the index for the interface which has the ip address assigned
GetNetworkAddress(IPAddress, Int32) Gets the network address for a specified IPAddress and netmask
GetNetworkAddress(IPAddress, IPAddress) Gets the network address for a specified IPAddress and netmask
GetReverseLookupAddress Returns the reverse lookup address of an IPAddress
GetReverseLookupDomain Returns the reverse lookup DomainName of an IPAddress
IsMulticast Returns a value indicating whether a ip address is a multicast address
Reverse Reverses the order of the bytes of an IPAddress

See Also