MaxReceiveBufferSize Property

This property returns or sets the maximum receive buffer size of the File Transfer object, in bytes. The default is 0 (zero), which indicates that the caller does not want a maximum receiver buffer size.

Syntax

NSFile.MaxReceiveBufferSize

Remarks

Specifying the default value of 0 (zero) lets the receive buffer grow to the limits of the amount of virtual memory on the computer. Specifying a non-zero number sets the maximum number of bytes that the receive buffer can grow to.

This property is always available.

For more information about the values of this property, see the Microsoft® Windows Sockets documentation.

© 1996-1998 Microsoft Corporation. All rights reserved.