Datasnap.DSHTTP.TDSHTTPServerTransport.BufferKBSize
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp
| |
Unit: Datasnap.DSHTTP | |
Parent: TDSHTTPServerTransport |
Delphi
property BufferKBSize;
C++
__property BufferKBSize = {default=32};
Description
Specifies the server-side internal buffer size in Kb
used to prepare the messages sent from the server to clients.
The default value is 32Kb. When an application needs to send large data volumes as a result of server methods, for example, returning a big data stream, then set BufferKBSize to a higher value.
Note: The maximum size is limited to 500Mb.