I have a Server Client winsock control and need to know a graceful
way of shutting down the Client side without while leaving the Serve
side up and running for other Client connections. Right know if I use
the .Close or shut down the client it also closes the Server tcp connect
to other Clients. I need a way of having the client disconnect from the connection without closing everything.

Thanks in advance!