ARSoft.Tools.Net - C# DNS client/server, SPF and SenderID Library
DnsServer.ProcessQuery Delegate
The query, for that a response should be returned
The ip address from which the queries comes
The protocol which was used for the query
Represents the method, that will be called to get the response for a specific dns query
Syntax
public delegate DnsMessageBase DnsServer.ProcessQuery( 
   DnsMessageBase query,
   System.Net.IPAddress clientAddress,
   System.Net.Sockets.ProtocolType protocolType
)

Parameters

query
The query, for that a response should be returned
clientAddress
The ip address from which the queries comes
protocolType
The protocol which was used for the query

Return Value

A DnsMessage with the response to the query
See Also

Reference

DnsServer.ProcessQuery Members
ARSoft.Tools.Net.Dns Namespace

 

 


© 2010-2014 Alexander Reinert. All Rights Reserved.

Send Feedback


This documentation was created using Document! X