Dart SecureTcp, SecureServer Controls
ReceiveBufferCount Property
Description
The number of bytes available for receiving.
Property type
Read-only property
Syntax
Visual Basic
Public Property ReceiveBufferCount As Long
Remarks
Data is collected in system buffers and must be removed using the Receive method, Search method, or Fill method. The Receive event fires to indicate that data is available. The value increases as data arrives and is collected in system buffers. The value decreases as your application calls the Receive method, Search method, or Fill method to remove data. If these methods are not invoked or are seldom invoked, then "back pressure" will be exerted at the remote host and packet transmission rates will decrease.
See Also

SecureTcp Object  | SecureTcp Members


PowerTCP SSL for ActiveX Documentation Version 2.2.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic