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

事件

名稱 Description
ProgressChanged
已淘汰.

網路進展已經改變。

ProgressCompleted
已淘汰.

網路進展已完成。

ProgressFailed
已淘汰.

網路進展失敗了。

適用於