this code seems to me like trash because I only canCode:private System.Net.Sockets.Socket mySock = null; mySock.Connect(...);
set the destination IP parameter.
I want to set the source IP parameter too, but it seems like
the constructor of that class uses the IP of the host that sends that request.
any other idea how to define the source IP?
thx!


Reply With Quote