C
cloud
hello all,
i have littile problem with streamwriter.write
the string which i am going to write is very very large (for example
7mb)
if we are writing that large string to the network stream using
streamwriter.write(teststring)
it takes some time to write that string.
Mean while is it possible to know how much it has written..
Thank you
i have littile problem with streamwriter.write
the string which i am going to write is very very large (for example
7mb)
if we are writing that large string to the network stream using
streamwriter.write(teststring)
it takes some time to write that string.
Mean while is it possible to know how much it has written..
Thank you