INetworkProgress インターフェイス

定義

注意事項

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

ネットワーク上のデータ送信の、ネットワークの進行状況の情報を提供します。

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
属性

イベント

ProgressChanged
古い.

ネットワークの進行状況が変更されました。

ProgressCompleted
古い.

ネットワークの進行状況が完了しました。

ProgressFailed
古い.

ネットワークの進行状況が失敗しました。

適用対象