System.Web.Services.Protocols.WebClientAsyncResult: Property Members

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

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.