TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Webfort
1.7k
62
2.4k
Confirm data written to stream
Jan 30 2015 8:57 AM
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
Reply
Answers (
1
)
DataGridview Loading Problem
Data grid scroll to last record