ComponentSpace DNS Class Library Reference

DnsClient.BeginReverseLookup Method

Initiates an asynchronous reverse lookup operation.

Overload List

Initiates an asynchronous reverse lookup operation.

public IAsyncResult BeginReverseLookup(IPAddress);

Initiates an asynchronous reverse lookup operation that has a specified state object.

public IAsyncResult BeginReverseLookup(IPAddress,object);

Initiates an asynchronous reverse lookup operation that has a specified state object. This overload receives notification, through a callback, of the identity of the event handler for this operation.

public IAsyncResult BeginReverseLookup(IPAddress,object,AsyncCallback);

See Also

DnsClient Class | ComponentSpace.Dns Namespace