BytesSent Property
The number of bytes actually sent after an assignment to Stdin.
Syntax
[VB.NET] Public ReadOnlyProperty BytesSent As Integer
[C#] public int BytesSent {get;}
Remarks
The BytesSent property shows how many bytes were sent after the last assignment to Stdin. Please check the Stdin property for more information.
This property is read-only and not available at design time.
Default Value
0