INetworkProgress Interfaz

Definición

Precaución

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

Proporciona información sobre el progreso de red en el envío de datos a través de la red.

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
Atributos

Eventos

ProgressChanged
Obsoletos.

El progreso de la red ha cambiado.

ProgressCompleted
Obsoletos.

El progreso de la red ha finalizado.

ProgressFailed
Obsoletos.

Se ha producido un error en el progreso de la red.

Se aplica a