The properties of System.Web.Services.Protocols.WebClientAsyncResult are listed below. For a list of all members, see the WebClientAsyncResult Members list.
See Also: Inherited members from System.Object
[read-only] | AsyncState | object.
Gets the object provided in the last parameter to the Begin method asynchronous call. |
[read-only] | AsyncWaitHandle | System.Threading.WaitHandle.
Gets a System.Threading.WaitHandle that is used to wait for an asynchronous operation to complete. |
[read-only] | CompletedSynchronously | bool.
Gets a value indicating whether the Begin call completed synchronously. |
[read-only] | IsCompleted | bool.
Gets a value indicating whether the asynchronous XML Web service request has completed. |