(Sorry if i've grammar errors, i'm spanish)
Hi people!, I want to solve one question in my C# console project:
I want to close a TCPClient connection. When my program connect with the server, I can close this connection with the socket ( Server.Close(); ). When I try to reconnect (using the same method) I get to connect again my program to the server, but I don't receive data from it.
How can I reconnect my program? I've tried closing the socket...
Thanks in advance, pguti19.