1 out of 1 rated this helpful - Rate this topic

bufferedAmount property

Returns the number of bytes of data (UTF-8 text and binary data) that have been queued using send() but at this time, have not yet been transmitted to the network

This property is read-only.

Syntax

JavaScript
lNumber = object.bufferedAmount

Property values

Type: unsigned long

Number of bytes in the data buffer.

Remarks

This can be used to determine whether the network can handle the data rate you are sending.

See also

WebSocket
WebSockets in Windows Consumer Preview
WebSockets RFC 6455
The WebSocket API

 

 

Send comments about this topic to Microsoft

Build date: 11/8/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.