public class DnsReceivedRawPackage : DnsRawPackage
Public Class DnsReceivedRawPackage
Inherits DnsRawPackage
public ref class DnsReceivedRawPackage : public DnsRawPackage
type DnsReceivedRawPackage =
class
inherit DnsRawPackage
end
DnsReceivedRawPackage | Creates a new instance of the DnsReceivedRawPackage class |
Length |
Gets the length of the raw DNS package without length header
(Inherited from DnsRawPackage) |
LocalEndpoint | Gets the local endpoint, where the package was received |
MessageIdentification |
The identification of the dns message
(Inherited from DnsRawPackage) |
RemoteEndpoint | Gets the remote endpoint, where the package originates from |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToArraySegment |
Gets the data of the the raw DNS package
(Inherited from DnsRawPackage) |
ToString | Returns a string that represents the current object. (Inherited from Object) |