The number of bytes that are queued to send.
Namespace:
Kaazing.HTML5
Assembly:
Kaazing.Gateway (in Kaazing.Gateway.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property BufferedAmount As Integer
Get |
C# |
---|
public int BufferedAmount { get; } |
Visual C++ |
---|
public:
property int BufferedAmount {
int get ();
} |
See Also