SimpleTCP
SimpleTCP copied to clipboard
notify client when connection gets started or interrupted
Client instance has now event handlers that allows to change state in your code, when connection gets started or interrupted.
Client.ConnectionStarted += Client_ConnectionStarted; Client.ConnectionInterrupted += Client_ConnectionInterrupted;
You can do something like changing client UI connection indicator or button state;
Why hasn't this been merged yet? I need this.