DnsMessageIdentification Class

Indentifier of a DNS message consisting TransactioId and optionally a question

Definition

Namespace: ARSoft.Tools.Net.Dns
Assembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
C#
public class DnsMessageIdentification : IEquatable<DnsMessageIdentification>
Inheritance
Object    DnsMessageIdentification
Implements
IEquatableDnsMessageIdentification

Constructors

DnsMessageIdentification Creates a new instance of the DnsMessageIdentification class

Properties

Question The question
TransactionID The transaction id

Methods

Equals(DnsMessageIdentification) 
Equals(Object)
(Overrides ObjectEquals(Object))
GetHashCode
(Overrides ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also