This documentation is archived and is not being maintained.
WebClientAsyncResult Properties
Visual Studio 2010
The WebClientAsyncResult type exposes the following members.
| Name | Description | |
|---|---|---|
|
AsyncState | Gets the object provided in the last parameter to the Begin method asynchronous call. |
|
AsyncWaitHandle | Gets a WaitHandle that is used to wait for an asynchronous operation to complete. |
|
CompletedSynchronously | Gets a value indicating whether the Begin call completed synchronously. |
|
IsCompleted | Gets a value indicating whether the asynchronous XML Web service request has completed. |
Show: