John,
Internally we pool the connections. These connections stay open for the
duration of MaxIdleTime. You can set that through the ServicePoint or
ServicePointManager.
For example
Request.FindServicePoint().MaxIdleTime = 3000; //3 seconds
In furture please post these Netwokring Questions to
http://forums.microsoft.com/msdn/ShowForum.aspx?ForumID=40
Thanks
> Hi Everyone,
>
[quoted text clipped - 15 lines]
>
> John Rossitter
John Rossitter - 10 Oct 2005 17:19 GMT
Hi Durgaprasad,
As you requested I re-posed my question on the form.
I did not understand 100% what you meant by Request in your example but you
can read what I tried at
http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=106172
Thanks for the help,
John Rossitter
> John,
> Internally we pool the connections. These connections stay open for the
[quoted text clipped - 28 lines]
> >
> > John Rossitter