This documentation is archived and is not being maintained.

WebClientAsyncResult Properties

The WebClientAsyncResult type exposes the following members.

  NameDescription
Public property AsyncState Gets the object provided in the last parameter to the Begin method asynchronous call.
Public property AsyncWaitHandle Gets a WaitHandle that is used to wait for an asynchronous operation to complete.
Public property CompletedSynchronously Gets a value indicating whether the Begin call completed synchronously.
Public property IsCompleted Gets a value indicating whether the asynchronous XML Web service request has completed.
Top
Show: