System.Web.Services.Protocols.WebClientAsyncResult Members

The members of System.Web.Services.Protocols.WebClientAsyncResult are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
AsyncStateobject.

Gets the object provided in the last parameter to the Begin method asynchronous call.

[read-only]
AsyncWaitHandleSystem.Threading.WaitHandle.

Gets a System.Threading.WaitHandle that is used to wait for an asynchronous operation to complete.

[read-only]
CompletedSynchronouslybool.

Gets a value indicating whether the Begin call completed synchronously.

[read-only]
IsCompletedbool.

Gets a value indicating whether the asynchronous XML Web service request has completed.

Public Methods

Abort()

Cancels an asynchronous XML Web service request.