Re: Problem with HttpWebRequest to read a web page
- From: Charles.Deisler@xxxxxxxxx
- Date: 10 Nov 2005 09:39:41 -0800
Try adding the following params..
req.KeepAlive = false;
req.ProtocolVersion = HttpVersion.Version10;
.
- References:
- Problem with HttpWebRequest to read a web page
- From: etantonio
- Re: Problem with HttpWebRequest to read a web page
- From: etantonio
- Problem with HttpWebRequest to read a web page
- Prev by Date: Re: Simple Question
- Next by Date: Re: Request-Reply Architecture with Sockets
- Previous by thread: Re: Problem with HttpWebRequest to read a web page
- Next by thread: Newbie .asp question
- Index(es):
Loading