NetworkProgressChangedEventArgs.TotalBytes 属性

定义

注意

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

获取已传输的总字节数。

public:
 property int TotalBytes { 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 TotalBytes { get; }
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
member this.TotalBytes : int
Public ReadOnly Property TotalBytes As Integer

属性值

返回 Int32

已传输的总字节数。

属性

适用于