P
Patrice
For example in the EndRequest event, I would like to know how many
characters were written to the browser. For now it seems I'm unable to get
this using basic stuff as it looks like this information is not available
from the output stream itself
The only solution I came up is to use the filter property to copy the output
to my own stream and count written characters. Is there something simpler I
missed ?
TIA
characters were written to the browser. For now it seems I'm unable to get
this using basic stuff as it looks like this information is not available
from the output stream itself
The only solution I came up is to use the filter property to copy the output
to my own stream and count written characters. Is there something simpler I
missed ?
TIA