Enum MessageOperation
The requested operation of a Message.
Namespace: Makaretu.Dns
Assembly: Makaretu.Dns.dll
Syntax
public enum MessageOperation : ushort
Remarks
Defines the standard and extended (EDNS(0)) operations. Standard values are between 0 and 15 (0xF). Extended values are between 16 and 4095 (0xFFF).
Fields
Name | Description |
---|---|
InverseQuery | Inverse query (obsolete), see https://tools.ietf.org/html/rfc3425. |
Notify | Zone change, see https://tools.ietf.org/html/rfc1996. |
Query | Standard query. |
Status | A server status request. |
Update | Update message, see https://tools.ietf.org/html/rfc2136. |