Mediachase FileUploader.NET 1.9 Framework Help

McHttpModule.httpPostBufferSize Property

Gets a 64-bit integer that represents the buffer size in bytes, which Mediachase FileUploader will use to process request. You can change this value for better optimization.

[Visual Basic]
Public Shared Property httpPostBufferSize As Long
[C#]
public static long httpPostBufferSize {get; set;}

Property Value

The default value is 65536 bytes.

See Also

McHttpModule Class | Mediachase.FileUploader Namespace