See Also Examples Applies To
Changes the default buffer size used in HTTP mode. Default used is 4096.
Syntax
object.SetHttpTransfertBufferSize (nBufferSize)
The SetHttpTransfertBufferSize syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nBufferSize | Required. Long. New buffer size. ex 1024, 2048, 4096, 8192 etc |
Category
Standalone Functions