Windows Media Services SDK banner art
PreviousNext

MaxReceiveBufferSize Property

Returns or sets the maximum size in bytes for the receive buffer size of the File Transfer object. 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 value sets the maximum size, in bytes, to which the receive buffer can grow.

This property is always available.

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

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.