Hi I have built a simple threadpool based web crawler within my web application.开发者_JS百科 Its job is to crawl its own application space and build a Lucene index of every valid web page and their m
When making a request using HttpWebRequest object, I need to call the method GetResponse() to send the request and get the response back.
I\'m trying to log in a web app from my .net application, but for some reason it doesn\'t work. Here is the login code:
I\'ve an application that create many web request to donwload the news pages of a web site (i\'ve tested for many web sites)
Our company works with another company called iMatrix and they have an API for creating our own forms. They have confirmed that our request is hitting their servers but a response is supposed to come
Currently I have multi-threaded downloader class that uses HttpWebRequest/Response. All works fine, it\'s super fast, BUT.. the problem is that the data needs to be streamed while it\'s downloading to
I\'ve got a very simpl开发者_运维问答e Windows Form app that hits an IIS 7 site about 2000 times in the space of a few seconds (using threads).
Is there a way to dynamically change the WebResponseFormat on a method given a parameter passed by the client? I default my WebResponseFormat to XML, but I want to give the client the opportunity to s
I am trying to authenticate google with the following code but google sent me back to the login page again.
Okay so here is the deal.As the question states, I\'m trying to POST a file to a webserver and am having a few issues.