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
Post a Comment