NetworkProgressChangedEventArgs.ProcessedBytes 属性
定义
注意
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
获取已处理的字节数。Gets the number of bytes that have been processed.
public:
property int ProcessedBytes { int get(); };
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public int ProcessedBytes { get; }
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
member this.ProcessedBytes : int
Public ReadOnly Property ProcessedBytes As Integer
属性值
要处理的字节数。The number of bytes processed.
- 属性