webrequest
Multithreading a large number of web requests in c#
I have an program where I need to create some large number of folders to an external sharepoint site (external meaning I can\'t use the sharepoint object model). Web requests work well for this, but s[详细]
2023-01-26 18:00 分类:问答C# WebRequest using Cookies
I have a winforms application i have been working on that runs multiple tests on consumer accounts. The tests require a one time login in order to execute.[详细]
2023-01-24 21:00 分类:问答meta refresh download/ c# crawler
I am trying to create a crawler to download some content from a web site. Assuming that the url to consume is something like[详细]
2023-01-24 10:10 分类:问答WebRequest.BeingGetResponse and IAsyncResult.AsyncWaitHandle not working
WebRequest.BeginGetResponse returns IAsyncResult, which has a 开发者_开发问答member AsyncWaitHandle.[详细]
2023-01-22 03:25 分类:问答System.Net.WebRequest - TCP Connection Resuse/Cache?
This issue has me stumped. It\'s happened three times in the last 12 months on our production server and causes major issues when it does. Any help would be appreciated.[详细]
2023-01-21 10:10 分类:问答C# WebRequest POST returns Html page - how to display it in browser
I\'m working with the SagePay payment gateway. On a checkout button click I\'m using the method below to postData (contains the transaction data) to SagePay who then return the result in the form of[详细]
2023-01-20 10:50 分类:问答WebRequest to POST data but what about hidden fields?
I need to essentially POST some hidden fields to a page, which i need to load in the browser window. This is for the SagePay forms integration as per page 6:[详细]
2023-01-20 10:14 分类:问答Pause Download & Resume (Merge The Existing File)
I\'m making a downloader using C#, I want to add a feature of Pause & Resume download, I googled & implemented the suggestions but it didn\'t work for me; was resuming from the cor开发者_如何学[详细]
2023-01-19 22:20 分类:问答HttpWebRequest in .NET - Logging into a webpage
Hi - Simple question ahead! STATUS: I\'ve come this far I\'ve implemented a 开发者_StackOverflowsolution where I get a cookie with a session, but it still doesn\'t work. In the sniffer tool, I can s[详细]
2023-01-18 19:05 分类:问答Issue regarding accessing URLs with escaped characters in C#
I have an issue with URLs being transformed automatically as they are being processed. Uri myUri = new Uri(this.url);[详细]
2023-01-16 09:33 分类:问答