LocRecord Class

Location information

Defined in RFC 1876.

Definition

Namespace: ARSoft.Tools.Net.Dns
Assembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
C#
public class LocRecord : DnsRecordBase
Inheritance
Object    DnsMessageEntryBase    DnsRecordBase    LocRecord

Constructors

LocRecord Creates a new instance of the LocRecord class

Properties

Altitude Altitude of the geographical position
HorizontalPrecision Horizontal precision in centimeters
Latitude Latitude of the geographical position
Longitude Longitude of the geographical position
Name Domain name
(Inherited from DnsMessageEntryBase)
RecordClass Class of the record
(Inherited from DnsMessageEntryBase)
RecordType Type of the record
(Inherited from DnsMessageEntryBase)
Size Size of location in centimeters
TimeToLive Seconds which a record should be cached at most
(Inherited from DnsRecordBase)
Version Version number of representation
VerticalPrecision Vertical precision in centimeters

Methods

CompareTo
(Inherited from DnsRecordBase)
Equals(DnsMessageEntryBase)
(Inherited from DnsMessageEntryBase)
Equals(DnsRecordBase)
(Inherited from DnsRecordBase)
Equals(Object)
(Inherited from DnsRecordBase)
GetHashCode
(Inherited from DnsRecordBase)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToString Returns the textual representation of a record
(Inherited from DnsRecordBase)

See Also