c# - Control over connection used in HttpWebRequest -


is possible have sort of control on connection used httpwebrequest? use bindipendpointdelegate property set ip bind request to. want have 5 keep-alive connections round-robined through use different ips.

or there sort of way contextualize/compartmentalize connections can "use keep-alive connection" specifically?

it looks setting connectiongroupname property on httpwebrequests pools connections keyed on string.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -