This documentation is archived and is not being maintained.

WebClientAsyncResult Members

WebClientAsyncResult overview

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.

Public Methods

public methodAbort

Supported by the .NET Compact Framework.

Cancels an asynchronous XML Web service request.
public methodEquals (inherited from Object)

Supported by the .NET Compact Framework.

Overloaded. Determines whether two Object instances are equal.
public methodGetHashCode (inherited from Object)

Supported by the .NET Compact Framework.

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
public methodGetType (inherited from Object)

Supported by the .NET Compact Framework.

Gets the Type of the current instance.
public methodToString (inherited from Object)

Supported by the .NET Compact Framework.

Returns a String that represents the current Object.

Protected Methods

protected methodFinalize (inherited from Object)

Supported by the .NET Compact Framework.

Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodMemberwiseClone (inherited from Object)

Supported by the .NET Compact Framework.

Creates a shallow copy of the current Object.

See Also

WebClientAsyncResult Class | System.Web.Services.Protocols Namespace

Show: