Ends a pending asynchronous request for a FtpWebResponse instance.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Overrides Function EndGetResponse ( _
	asyncResult As IAsyncResult _
) As WebResponse
C#
public override WebResponse EndGetResponse(
	IAsyncResult asyncResult
)

Parameters

asyncResult
Type: System..::..IAsyncResult
Stores state information for this asynchronous operation as well as any user defined data.

Return Value

If successful, returns the WebResponse.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also