I have multiple NIC on my desktop. I am communication to one server using HTTP. When I send and receive response. I want to know out of all which NIC is getting used for communicating for a particular HTTP request.
I need to know this as multiple some of NIC can be connected to private network and only one NIC is connected to desired HTTP server for which I want to host Callback URL. I am using C#, .Net 4.0
Any help will be appreciated.