No announcements
Found 1990405 threads
-
0 Votes
Http Status codes
The Status property tells you the basic error and the Response object has the details.Answered | 2 Replies | 801 Views | Created by Frijj - Thursday, October 22, 2015 2:31 PM | Last reply by CoolDadTx - Thursday, October 22, 2015 4:34 PM -
0 Votes
HttpWebRequest
kaymaf CODE CONVERTER SITE http://www.carlosag.net/Tools/CodeTranslator/ .Answered | 7 Replies | 3063 Views | Created by Herpaderp - Saturday, November 27, 2010 1:01 PM | Last reply by Herpaderp - Monday, November 29, 2010 2:26 PM -
0 Votes
Procedural HttpWebRequesting
Hi spectaculoso, I suggest you use fiddler to monitor and obtain request message from your browser and use HttpWebRequest to simulate it.Answered | 2 Replies | 477 Views | Created by spectaculoso - Saturday, October 17, 2015 8:17 PM | Last reply by DotNet Wang - Monday, October 19, 2015 6:21 AM -
2 Votes
problem with httpwebrequest
I finally found a forum that got me the answer I was looking for the last 2 days - http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-vb/6112/HttpWebRequest-HttpWebResponse-Cookies, last ...Answered | 10 Replies | 4762 Views | Created by gswartz - Wednesday, June 10, 2009 12:28 PM | Last reply by gswartz - Friday, July 24, 2009 12:33 PM -
2 Votes
Autologin to website with HTTPWebRequest
Hello, please try this: httpReq.Credentials = New NetworkCredential("admin", "1234") Username and password in a ...Answered | 2 Replies | 5653 Views | Created by K_L - Monday, June 20, 2011 10:47 AM | Last reply by Ellen Ramcke - Tuesday, June 21, 2011 6:01 AM -
8 Votes
Problem with HttpWebRequest
Hmm, there's something I forgot to ask about your original code.Answered | 24 Replies | 4303 Views | Created by maverick786us - Wednesday, May 9, 2012 10:39 AM | Last reply by maverick786us - Wednesday, May 9, 2012 5:39 PM -
0 Votes
HttpWebRequest hangs
HttpWebRequest hangs at line with GetResponse call.Answered | 2 Replies | 2062 Views | Created by Username already in use - Tuesday, December 2, 2014 7:35 PM | Last reply by Fred Bao - Monday, December 22, 2014 9:46 AM -
0 Votes
HttpWebRequest and System.IO.Stream
Dim request As HttpWebRequest = DirectCast(HttpWebRequest.Create(url), HttpWebRequest) Using stream As System.IO.Stream = ...Answered | 2 Replies | 3421 Views | Created by XI Samuel IX - Wednesday, September 29, 2010 1:03 PM | Last reply by XI Samuel IX - Wednesday, September 29, 2010 2:39 PM -
0 Votes
HttpWebRequest with Credentials
I need some help with code, on how to use the credentials in your textboxes to login and then navigate to a specific page once logged it.Answered | 1 Replies | 4112 Views | Created by Just Learningg - Friday, April 24, 2009 7:14 PM | Last reply by kaymaf - Friday, April 24, 2009 8:02 PM -
0 Votes
httpwebrequest to the ajax web page
Code for Ajax web page would be similar to normal HttpWebRequest.Answered | 3 Replies | 5726 Views | Created by ssboyz - Tuesday, January 6, 2009 7:45 AM | Last reply by Khanna Gaurav - Wednesday, February 4, 2009 3:43 AM -
0 Votes
HttpWebRequest and WebResponse in .NET 2.0
Yes, Please also check HttpWebRequest Class and WebRequest Class in MSDN documents located other Versions section.Answered | 3 Replies | 1499 Views | Created by Prateek7 - Thursday, February 5, 2015 5:34 AM | Last reply by Kristin Xie - Wednesday, February 11, 2015 5:25 AM -
0 Votes
HTTPWebRequest on IIS with Integrated Windows Authentication
I need to check if a url to a site is valid or not by sending an HttpWebRequest against the url and checking its response.Answered | 1 Replies | 7106 Views | Created by Sandeep Nakarmi - Technical Consultant - Sunday, November 16, 2008 7:43 AM | Last reply by Dave Murray [NCL] - Monday, November 17, 2008 6:37 PM -
0 Votes
Soap via Httpwebrequest
That's how I was taught to code.Answered | 8 Replies | 10960 Views | Created by tmacdonaldmpower - Friday, June 18, 2010 2:52 AM | Last reply by Coach Roebuck - Monday, October 25, 2010 7:09 AM -
2 Votes
wrap HttpWebRequest in a task
Thanks However, follow your way, we still need to call another code block to check the result of the web operation (LoadUrl) is successful or not.Answered | 3 Replies | 1953 Views | Created by vuthehuynh - Friday, February 8, 2013 4:18 PM | Last reply by Usman Ur Rehman Ahmed - Saturday, February 9, 2013 10:29 AM -
0 Votes
httpwebrequest help needed(urgent)
Welcome to the All-In-One Code Framework!Answered | 4 Replies | 2594 Views | Created by It_s Meee - Monday, May 10, 2010 9:52 AM | Last reply by Harry Zhu - Friday, May 14, 2010 3:05 AM -
0 Votes
HttpWebRequest/HttpWebResponse
Can you use a System.Net tracing (see http://msdn2.microsoft.com/en-us/library/ty48b824.aspx and/or http://blogs.msdn.com/dgorti/archive/2005/09/18/471003.aspx ) and/or a ...Answered | 2 Replies | 6405 Views | Created by drinkwater - Tuesday, April 21, 2009 3:42 AM | Last reply by Carlos Figueira - Thursday, April 23, 2009 6:34 PM -
0 Votes
HttpWebRequest and CookieContainer - login to a website
As I explained - for some reason the cookie is NOT sent on the last request from my code, even though I use the same cookie container.Answered | 6 Replies | 24328 Views | Created by amazingwolf - Tuesday, February 15, 2011 8:15 PM | Last reply by himanshu_kulkarni - Tuesday, April 3, 2012 2:34 PM -
3 Votes
why () in front of HttpWebRequest
Martin Xie [MSFT] MSDN Community Support | Feedback to us Get or Request Code Sample from Microsoft Please ...Answered | 3 Replies | 1682 Views | Created by yanzhigang4 - Friday, October 28, 2011 2:20 AM | Last reply by Martin_Xie - Monday, October 31, 2011 6:42 AM -
0 Votes
Httpwebrequest with String
So, if the server is depending on the second request coming from the same port as the first, then you will have to make sure that request.KeepAlive=true (it is true by default, but ...Answered | 2 Replies | 4926 Views | Created by tmacdonaldmpower - Monday, August 17, 2009 8:40 PM | Last reply by Feroze Daud - Sunday, August 23, 2009 12:22 AM -
3 Votes
HttpWebRequest - Content Length is always -1?
Take a look at the first 10 rows (code lines) in this sample on our website.Answered | 9 Replies | 3901 Views | Created by H3x0S12 - Friday, June 10, 2011 5:26 AM | Last reply by Cor Ligthert - Friday, June 10, 2011 3:23 PM - Items 1 to 20 of 1990405 Next ›
No announcements