次の方法で共有


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

プロパティ値

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

例外

適用対象