次の方法で共有


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

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

適用対象