J
Joe
The example in the msdn shows how to write an image to the OutputStream and
the example for GetResponseStream() shows how to read the stream and write
it to the console. Unfortunately there is no example on how to distinguish
between the image that was written to the stream and the page itself which
is being returned.
Is there a trick getting only that data I want from the stream or do I need
to add a delimiter and parse the entire response?
Thanks,
Joe
the example for GetResponseStream() shows how to read the stream and write
it to the console. Unfortunately there is no example on how to distinguish
between the image that was written to the stream and the page itself which
is being returned.
Is there a trick getting only that data I want from the stream or do I need
to add a delimiter and parse the entire response?
Thanks,
Joe