T
Topper
Hello all
I have a WebResponse object and its GetResponseStream() returnes a
System.Net.ChunkedReadStream.
This stream is readeable (CanRead = true) but i cann't readByte() -
exception occured: "The chunk length was not valid." but response is not
empty - i know.
How can i work with ChunkedReadStream?
Thanx.
I have a WebResponse object and its GetResponseStream() returnes a
System.Net.ChunkedReadStream.
This stream is readeable (CanRead = true) but i cann't readByte() -
exception occured: "The chunk length was not valid." but response is not
empty - i know.
How can i work with ChunkedReadStream?
Thanx.