.NET/Link API Version 1.7 USE FRAMES

IMathLink.BytesToPut Method 

Gives the number of bytes that remain to be sent in the element that is currently being sent in textual form.

[Visual Basic]
Function BytesToPut() As Integer
[C#]
int BytesToPut();

Return Value

The number of bytes that remain to be sent.

Remarks

After you have called PutSize, the link knows how many bytes you have promised to send. This method lets you determine how many you still need to send.

Exceptions

Exception Type Condition
MathLinkException On any MathLink error.

See Also

IMathLink Interface | Wolfram.NETLink Namespace | PutSize | PutData