Internet Direct (Indy)
Home
PreviousUpNext
TIdDNS_UDPServer.CompleteQuery Method
Pascal
function CompleteQuery(
    DNSHeader: TDNSHeader; 
    Question: string; 
    OriginalQuestion: TIdBytes; 
    var Answer: TIdBytes; 
    QType: word; 
    QClass: word; 
    DNSResolver: TIdDNSResolver
): string;
Parameters 
Description 
DNSHeader 
Type is TDNSHeader.
 
Question 
Type is string.
 
OriginalQuestion 
Type is TIdBytes.
 
Answer 
Scope is var. Type is TIdBytes.
 
QType 
Type is word.
 
QClass 
Type is word.
 
DNSResolver 
Type is TIdDNSResolver

string

CompleteQuery is a method. 

CompleteQuery returns a string value.

Topic generated.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.