In The Hand LtdIn The Hand
EndGetResponse Method (asyncResult)
NamespacesInTheHand.NetFtpWebRequestEndGetResponse(IAsyncResult)
.NET Components for Mobility
Ends a pending asynchronous operation started with BeginGetResponse(AsyncCallback, Object).
Declaration Syntax
C#Visual Basic
public override WebResponse EndGetResponse(
	IAsyncResult asyncResult
)
Public Overrides Function EndGetResponse ( _
	asyncResult As IAsyncResult _
) As WebResponse
Parameters
asyncResult (IAsyncResult)
The IAsyncResult that was returned when the operation started.
Return Value
A WebResponse reference that contains an FtpWebResponse instance. This object contains the FTP server's response to the request.

Assembly: InTheHand.Net (Module: InTheHand.Net) Version: 7.0.0.0