EndPoint for HttpWebRequest

  • Thread starter Thread starter Christoph Wienands
  • Start date Start date
C

Christoph Wienands

Hey all,

I'm currently looking for a way to tell an HttpWebRequest to use a specific
local endpoint. Example: A computer uses multiple IP addresses on the same
network card. A firewall only lets connections from a specific IPs pass so
my application needs to make HttpWebRequests through this firewall using a
specific IP address.

I didn't see any EndPoint-related properties in the HttpWebRequest. I saw
ServicePoint but that doesn't seem to be be related to what I'm looking for.

Any hints appreciated :-)

Thanks, Christoph
 
Back
Top