I ask you to give an example of code for the simultaneous receiving and sending data through two network interfaces using TcpClient .
Motivation: I need to balance requests across multiple network interfaces. For WebClient there is an option ServicePoint.BindIPEndPointDelegate . TcpClient , but I did not find a similar option for TcpClient .