• 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 ServiceHostEntry

    Extends IPHostEntry by the Port property.

    Inheritance
    Object
    IPHostEntry
    ServiceHostEntry
    Inherited Members
    IPHostEntry.AddressList
    IPHostEntry.Aliases
    IPHostEntry.HostName
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: DnsClient
    Assembly: DnsClient.dll
    Syntax
    public class ServiceHostEntry : IPHostEntry

    Properties

    | Improve this Doc View Source

    Port

    Gets or sets the port.

    Declaration
    public int Port { get; set; }
    Property Value
    Type Description
    Int32

    The port of this entry.

    | Improve this Doc View Source

    Priority

    Gets or sets priortiy of the original SRV record. Might be zero if not provided.

    Declaration
    public int Priority { get; set; }
    Property Value
    Type Description
    Int32

    The priority of this entry.

    | Improve this Doc View Source

    Weight

    Gets or sets weight of the original SRV record. Might be zero if not provided.

    Declaration
    public int Weight { get; set; }
    Property Value
    Type Description
    Int32

    The weight of this entry.

    See Also

    IPHostEntry
    • Improve this Doc
    • View Source
    © 2025 by Michael Conrad. All rights reserved. - MichaCo.net