INetworkProgress Interface

Definition

Caution

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

public interface class INetworkProgress
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public interface INetworkProgress
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
type INetworkProgress = interface
Public Interface INetworkProgress
Attributes

Events

ProgressChanged
Obsolete.

Network progress has changed.

ProgressCompleted
Obsolete.

Network progress has completed.

ProgressFailed
Obsolete.

Network progress has failed.

Applies to