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

Name Description
ProgressChanged
Zastaralé.

Došlo ke změně průběhu sítě.

ProgressCompleted
Zastaralé.

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

ProgressFailed
Zastaralé.

Průběh sítě se nezdařil.

Platí pro