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.