INetworkProgress 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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 |
已淘汰.
網路進度失敗。 |