I\'m trying to get an image from an url using a byte stream. But i get this error message:
byte
This stream does not support seek operations.<
If the server doesn't send a length specification in the HTTP header, the stream size is unknown, so you get the error when trying to use the Length property.
Length
Read the stream in smaller chunks, until you reach the end of the stream.