Ends a pending asynchronous operation started with BeginGetResponse(AsyncCallback, Object).
| C# | Visual Basic |
public override WebResponse EndGetResponse( IAsyncResult asyncResult )
Public Overrides Function EndGetResponse ( _ asyncResult As IAsyncResult _ ) As WebResponse
- asyncResult (IAsyncResult)
- The IAsyncResult that was returned when the operation started.
A WebResponse reference that contains an FtpWebResponse instance.
This object contains the FTP server's response to the request.