I am creating a web app and I need to select the IP address for outgoing connection (or it chooses a randomly changing one automatically - GoDaddy shared hosting (but I have a dedicated IP too with that hosting for incoming connections, which I should be able to use for outgoing connections too, obviously)). How can I enumerate Network adapters and choose the one to use with WebRequests, TcpClients etc. ?
Thanks, Can.