HttpRequestWrapper.TotalBytes 属性

定义

获取当前输入流中的字节数。

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

属性值

Int32

输入流中的字节数。

适用于