Using a specific network interface for a WININET HTTP request

Posted by Ofir on Stack Overflow See other posts from Stack Overflow or by Ofir
Published on 2010-06-17T07:28:26Z Indexed on 2010/06/17 7:33 UTC
Read the original article Hit count: 327

Filed under:
|
|

Is there a way to specify which local network interface to use when using the WININET interface for an outgoing HTTP request?

I know how to do it with WINSOCK (using bind()), but I can't find an equivalent way to do it using WININET.

© Stack Overflow or respective owner

Related posts about Windows

Related posts about http