Class ServiceHostEntry
Extends IPHostEntry by the Port property.
Inherited Members
Namespace: DnsClient
Assembly: DnsClient.dll
Syntax
public class ServiceHostEntry : IPHostEntry
Properties
| Improve this Doc View SourcePort
Gets or sets the port.
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
Int32 | The port of this entry. |
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. |
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. |