How to select interface for http_client in cpprest

162 views Asked by At

I'm using cpprest sdk for my http client application. Workstation running this application has 2 network interfaces/adapters: eth0 and eth1. How can I specify in http_client code which interface shall be used to send http request and receive response?

0

There are 0 answers