Topic Path: Symbol Reference > Classes > TDNSHeader Class > TDNSHeader Methods > GenerateBinaryHeader Method
ContentsIndexHome
PreviousUpNext
TDNSHeader.GenerateBinaryHeader Method

Generates the raw byte values for the DNS header section of a DNS message.

function GenerateBinaryHeader: TIdBytes;

TIdBytes - Raw byte values for the DNS header.

GenerateBinaryHeader is a TIdBytes function used to create the raw byte values that represent the contents of the DNS header fields. 

The return value for the method is the 12 byte values representing the fields as indicated in the following: 

 

GenerateBinaryHeader converts numeric values in the header from their host-specific byte order representation to their network byte order representation using the TIdStack.HostToNetwork method. 

GenerateBinaryHeader also ensures that reserved values in BitCode are cleared prior to populate the TIdBytes returned from the method. 

Use ParseQuery to populate the poroperty values in the DNS using the raw byte values returned in a DNS query response.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.