I want to do the same thing that is describe in this answer https://stackoverflow.com/a/1309096/1547704 But in C# code.
Let me explain. I want to simulate a multiple IP on one computer dynamically. I want to permit to the user of my program to create dynamically clients with ip address define by himself.
Can you help me ?