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
已过时。

网络进度已失败。

适用于