ARSoft.Tools.Net - C# DNS client/server, SPF and SenderID Library
BeginSendMessage(DnsMessage,AsyncCallback,Object) Method
Message, that should be send to the dns server
An System.AsyncCallback delegate that references the method to invoked then the operation is complete.
A user-defined object that contains information about the receive operation. This object is passed to the requestCallback delegate when the operation is complete.
Send a custom message to the dns server and returns the answer asynchronously.
Syntax
public System.IAsyncResult BeginSendMessage( 
   DnsMessage message,
   System.AsyncCallback requestCallback,
   System.object state
)

Parameters

message
Message, that should be send to the dns server
requestCallback
An System.AsyncCallback delegate that references the method to invoked then the operation is complete.
state
A user-defined object that contains information about the receive operation. This object is passed to the requestCallback delegate when the operation is complete.

Return Value

An System.IAsyncResult IAsyncResult object that references the asynchronous receive.
See Also

Reference

DnsClient Class
DnsClient Members

 

 


© 2010-2014 Alexander Reinert. All Rights Reserved.

Send Feedback


This documentation was created using Document! X