WebClientAsyncResult Properties
.NET Framework (current version)
Namespace:
System.Web.Services.Protocols
Assembly: System.Web.Services (in System.Web.Services.dll)
| 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:
