Called when the specified hostname has been resolved.
[Visual Basic]Private Sub OnResolved( _
ByVal asyncResult As System.IAsyncResult _
)
[C#]
private void OnResolved(
IAsyncResult asyncResult
);
Parameters
- asyncResult
- The result of the asynchronous operation.
See Also
ProxySocket Class | ProxySocket Members | Org.Mentalis.Network.ProxySocket Namespace