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
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…