C# socket application :Ther server is runing on a dedicated port and client obtain connection to it along with the server IP adr. When I'm writing out information about the connection on serverside, i can see the client IP adress as well as the port used at client. I have not spesified any dedicated portto use on client side, guess it just pick a port not in use from the free range IP ports.Using Async socket comunication, data transpher both ways.The question: How can I controll the port in use on clientside when establish the connection against server ?