How can I check to see if a URL is valid (one that streams)? I’ve tried opening the stream (not reading data) but it still gets caught up on the stream and it tries downloading the entire stream which doesn’t stop.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ok, so what you are trying to do isn’t specifically Windows Phone 7 but trying to see if there is a file on the other end.
This link here: http://social.msdn.microsoft.com/Forums/en/vbgeneral/thread/e2bb41aa-a2ee-4751-8028-b9c5e291f255 details a way to do it. Look at the accepted answer.