INetworkProgress Rozhraní

Definice

Upozornění

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

Poskytuje informace o průběhu sítě při odesílání dat přes síť.

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
Atributy

Událost

ProgressChanged
Zastaralé.

Průběh sítě se změnil.

ProgressCompleted
Zastaralé.

Průběh sítě byl dokončen.

ProgressFailed
Zastaralé.

Průběh sítě selhal.

Platí pro