views:

30

answers:

1

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.

+1  A: 

WinInet does not support specifying the local address or port to use for TCP connections.

Sjoerd