SocketLibrary.SocketClient.Disable C# (CSharp) Méthode

Disable() public méthode

Disables the socket client.
public Disable ( ) : void
Résultat void
        public void Disable()
        {
            Receiving = false;
            Sock.Close();
        }