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

プロパティ値

入力ストリーム内のバイト数。

例外

適用対象