I am currently working on an implementation of an application for Windows Phone 7 that should retrieve the SHOUTcast stream (inspired by this question). The stream location is represented by an IP add
I want to navigate to a page in a web app from a desktop app. \"No problem\", I hear you say, \"just fire up the default browser with the correct URL\". However, the web app uses ASP.NET Forms Authent
I want to perform a get request on a remote URL and then extract the headers returned开发者_StackOverflow社区.
I\'m just curious about whether this is possible - I know how to download a file, but how can I download only the first开发者_开发知识库 100KB of a file?Try this:
I have a Silverlight application hosted in an ASP.NET site, through which I\'m starting an HttpWebRequest to a Generic Handler in order to save a CSV file to the user\'s machine.
I wrote this method to test for credentials but I dunno why when it goes to the GetResponse method is actually goes and runs the webservice. I just want it to test if the credentials for that web serv
i made some WebRequest\'s and got Responses to a site and succesfully posted data for 3 pages. Now the last page is a confirmation page and i need to make the user click the confirm button. But when i
I have written a web scraping program to go to a list of pages and write all the html to a file.The problem is that when I pull a block of text some of the characters get written as \'�\'.How do I pu
Looking for the best way to determine if a URI exists in VB.NET without downloading the actual content. System.IO.FileExists/My.Computer.FileSystem.FileExists can be used locally to determine if a fil
I am trying to create a C# Winforms application that will automatically log me into a site and download data. Specifically, I want to have my application automatically log into my online banking site,