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

プロパティ値

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

適用対象