HttpRuntimeSection.RequestLengthDiskThreshold プロパティ
アセンブリ: System.Web (system.web.dll 内)

Dim instance As HttpRuntimeSection Dim value As Integer value = instance.RequestLengthDiskThreshold instance.RequestLengthDiskThreshold = value
/** @property */ public int get_RequestLengthDiskThreshold () /** @property */ public void set_RequestLengthDiskThreshold (int value)
public function get RequestLengthDiskThreshold () : int public function set RequestLengthDiskThreshold (value : int)
入力ストリームのバッファリングのしきい値を示すバイト数。既定値は 256 バイトです。

RequestLengthDiskThreshold プロパティは、入力ストリームのバッファリングのしきい値をバイト数で指定します。この値は、MaxRequestLength プロパティ値より大きく設定しないでください。要求エンティティがこのしきい値を超過すると、ディスク上に透過的にバッファされます。


Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からHttpRuntimeSection.RequestLengthDiskThreshold プロパティを検索する場合は、下記のリンクをクリックしてください。

- HttpRuntimeSection.RequestLengthDiskThreshold プロパティのページへのリンク