FileResultExecutorBase.BufferSize Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The buffer size: 64 * 1024.
protected: int BufferSize = 65536;
protected const int BufferSize = 65536;
val mutable BufferSize : int
Protected Const BufferSize As Integer = 65536