INetworkProgress Schnittstelle

Definition

Achtung

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

Enthält Informationen zum Netzwerkfortschritt beim Senden von Daten über das Netzwerk.

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
Attribute

Ereignisse

Name Beschreibung
ProgressChanged
Veraltet.

Der Netzwerkfortschritt hat sich geändert.

ProgressCompleted
Veraltet.

Der Netzwerkstatus wurde abgeschlossen.

ProgressFailed
Veraltet.

Fehler beim Netzwerkfortschritt.

Gilt für: