Is there a way to specify the local port to used in tcpClient?
- by alex
Hi:
I am currently using this function call to create my tcpClient:
clientSocket = new TcpClient("localhost", clientPort);
But the clientPort is the server's port.
Is there a way for me to specify the client port using tcpClient?
Thanks