DownloadStringCompletedEventHandler (System.Net.DownloadStringCompletedEventHandler)

Inherits: System.MulticastDelegate

Interfaces: ICloneable, ISerializable

Derived Types: 0

Assembly: System.dll

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

VB.NET C#

C#

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

Articles

CodeGuru Forums - asynchronous download doesn't work

... new System.Net.DownloadProgressChangedEventHandler(request_DownloadProgressChanged); request.DownloadStringCompleted += new System.Net.DownloadStringCompletedEventHandler(request ...

CodeGuru Forums - asynchronous download doesn't work

... new System.Net.DownloadProgressChangedEventHandler(request_DownloadProgressChanged); request.DownloadStringCompleted += new System.Net.DownloadStringCompletedEventHandler(request ...

Silverlight Tutorial Part 3: Using Networking to Retrieve Data and ...

diggService.DownloadStringCompleted += new System.Net.DownloadStringCompletedEventHandler(diggService_DownloadStringCompleted); diggService.DownloadStringAsync(new Uri(diggUrl)

Mono Documentation

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

DownloadStringCompletedEventHandler Delegate (System.Net)

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

DownloadStringCompletedEventHandler Delegate (System.Net)

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

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