I'm trying to get MJPEG stream from Vivotek camera to Windows Phone 7.
For this camera I need to set UnsafeHeaderParsing to true. I wrote similar appliction for win forms and to set this is easy using app.config file or in code, like fo example here how to set useUnsafeHeaderParsing in code.
But I didn't find solution for Windows Phone and I'm afraid that there isn't one. Does any workaround exists?