MaxReceiveBufferSize Property

Description

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
object.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 Windows Sockets documentation.

See Also

Return to File Transfer Reference.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.