HttpRequestBase.TotalBytes 属性

定义

在派生类中替代时,获取当前输入流中的字节数。

public:
 virtual property int TotalBytes { int get(); };
public virtual int TotalBytes { get; }
member this.TotalBytes : int
Public Overridable ReadOnly Property TotalBytes As Integer

属性值

Int32

输入流中的字节数。

例外

适用于