I'm using the following code to write to a stream:
outputStream.BeginWrite(buffer[bufno], 0, buffer[bufno], null,null);
Is there away to confirm how much data has been written overall to this stream. I cant use stream.length as seeking is not supported.
Thanks
Loading
VulpesPosted Jan 30, 2015, 4:32 PM
https://msdn.microsoft.com/en-us/library/system.io.fileinfo.length(v=vs.110).aspx