This documentation is archived and is not being maintained.
WebClientAsyncResult Properties
.NET Framework 1.1
The properties of the WebClientAsyncResult class are listed here. For a complete list of WebClientAsyncResult class members, see the WebClientAsyncResult Members topic.
Public Properties
AsyncState Supported by the .NET Compact Framework. | Gets the object provided in the last parameter to the Begin method asynchronous call. |
AsyncWaitHandle Supported by the .NET Compact Framework. | Gets a WaitHandle that is used to wait for an asynchronous operation to complete. |
CompletedSynchronously Supported by the .NET Compact Framework. | Gets a value indicating whether the Begin call completed synchronously. |
IsCompleted Supported by the .NET Compact Framework. | Gets a value indicating whether the asynchronous XML Web service request has completed. |
See Also
WebClientAsyncResult Class | System.Web.Services.Protocols Namespace
Show:
