This documentation is archived and is not being maintained.

WebClientAsyncResult Properties

The properties of the WebClientAsyncResult class are listed here. For a complete list of WebClientAsyncResult class members, see the WebClientAsyncResult Members topic.

Public Properties

public propertyAsyncState

Supported by the .NET Compact Framework.

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

Supported by the .NET Compact Framework.

Gets a WaitHandle that is used to wait for an asynchronous operation to complete.
public propertyCompletedSynchronously

Supported by the .NET Compact Framework.

Gets a value indicating whether the Begin call completed synchronously.
public propertyIsCompleted

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: