UploadValuesCompletedEventHandler (System.Net.UploadValuesCompletedEventHandler)

Inherits: System.MulticastDelegate

Interfaces: ICloneable, ISerializable

Derived Types: 0

Assembly: System.dll

Represents the method that will handle the UploadValuesCompleted event of a WebClient.

VB.NET C#

C#

public sealed class UploadValuesCompletedEventHandler : System.MulticastDelegate, System.ICloneable, System.Runtime.Serialization.ISerializable
{
}

Articles

November 2005 - Posts - Rob Chartier ~ Contemplation...

wc.UploadValuesCompleted+=new System.Net.UploadValuesCompletedEventHandler(wc_UploadValuesCompleted); wc.UploadValuesAsync(new Uri(url), items)

Using the System.Net.WebClient Asynchronously - Rob Chartier ...

wc.UploadValuesCompleted+=new System.Net.UploadValuesCompletedEventHandler(wc_UploadValuesCompleted); wc.UploadValuesAsync(new Uri(url), items)

Mono Documentation

Mono Class Library : System.Net Namespace System.Net.UploadValuesCompletedEventHandler Delegate: Note: This namespace, class, or member is supported only in version ...

UploadValuesCompletedEventHandler Delegate (System.Net)

When you create a UploadValuesCompletedEventHandler delegate, you ... Previous Versions .NET Framework 3.0 Class Library System.Net UploadValuesCompletedEventHandler Delegate

UploadValuesCompletedEventHandler Delegate (System.Net)

Note: This delegate is new in the .NET Framework version 2.0. ... .NET Framework 2.0 Class Library Reference System.Net UploadValuesCompletedEventHandler Delegate

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support