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

屬性值

在輸入資料流的位元組數目。

例外狀況

適用於