HTTPSendBufferSize Property |
Allows us to determine the size of the buffer
used to send a piece of the file at a time
out the IO stream.
Defaults to 1024 * 10.
Namespace: Kettic.AspNet.Controls.Editor.DialogControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int BufferSize { get; set; }
Public Property BufferSize As Integer
Get
Set
public:
property int BufferSize {
int get ();
void set (int value);
}
member BufferSize : int with get, set
Property Value
Type:
Int32
See Also