M
Mark
Hi,
I have been working through this article (), and have encountered a problem
retrieving the length of the stream. I added the following fragment in an
attempt to solve the problem:
intTransferSize = (int) clientMessage.Stream.Length;
However this simply returns 0, until the stream has been read.
Is there any way to access the Http headers as this should expose the
content-length property? Or is there an alternative solution?
Mark
I have been working through this article (), and have encountered a problem
retrieving the length of the stream. I added the following fragment in an
attempt to solve the problem:
intTransferSize = (int) clientMessage.Stream.Length;
However this simply returns 0, until the stream has been read.
Is there any way to access the Http headers as this should expose the
content-length property? Or is there an alternative solution?
Mark