Hello. I was wondering how I would be able to send out a continuous response stream without closing it eventually. To better explain my question, think of the asp page as a proxy relaying a third party stream from a different source (audio stream or video stream broadcasted by another source)
Obviously, Response.Write() or Response.BinaryWrite() constrain me to a predefined source.
Thanks in advance.