Class DnsSrvRecord
A single SRV record (RFC 2782): where a service is hosted, and how to weigh it against others.
Assembly: Algorand.dll
Syntax
public class DnsSrvRecord
Properties
|
Edit this page
View Source
Port
Declaration
public ushort Port { get; set; }
Property Value
|
Edit this page
View Source
Priority
Declaration
public ushort Priority { get; set; }
Property Value
|
Edit this page
View Source
Target
Declaration
public string Target { get; set; }
Property Value
|
Edit this page
View Source
Weight
Declaration
public ushort Weight { get; set; }
Property Value