Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

INetworkProgress Interface

.NET Framework (current version)
 
Note: This API is now obsolete.

Provides information on network progress in sending data over the network.

Namespace:   System.Net
Assembly:  System.Net (in System.Net.dll)

<ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.",
	True)>
Public Interface INetworkProgress

NameDescription
System_CAPS_pubeventProgressChanged

Obsolete. Network progress has changed.

System_CAPS_pubeventProgressCompleted

Obsolete. Network progress has completed.

System_CAPS_pubeventProgressFailed

Obsolete. Network progress has failed.

.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft