Initiates an asynchronous reverse lookup operation.
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);