Ends an asynchronous BeginGetResponse operation.

Namespace:  Rebex.Net
Assembly:  Rebex.Http (in Rebex.Http.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

Returns a response for this request.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also