EndPoint for HttpWebRequest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top