• DnsClient
  • Readme
  • Api Docs
  • MichaCo.net
This site uses "cookies" - small data files stored locally on your computer - to save information about your preferences when using this site. Learn More.

    Show / Hide Table of Contents

    Class IpAddressExtensions

    Extension methods for IPAddress.

    Inheritance
    Object
    IpAddressExtensions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: System.Net
    Assembly: DnsClient.dll
    Syntax
    public static class IpAddressExtensions

    Methods

    | Improve this Doc View Source

    GetArpaName(IPAddress)

    Translates a IPv4 or IPv6 IPAddress into an arpa address. Used for reverse DNS lookup to get the domain name of the given IPAddress.

    Declaration
    public static string GetArpaName(this IPAddress ip)
    Parameters
    Type Name Description
    IPAddress ip

    The address to translate.

    Returns
    Type Description
    String

    The arpa representation of the address.

    See Also
    QueryReverse(IPAddress)
    QueryReverseAsync(IPAddress, CancellationToken)
    https://en.wikipedia.org/wiki/.arpa
    • Improve this Doc
    • View Source
    © 2025 by Michael Conrad. All rights reserved. - MichaCo.net