Gwupe.Communication.P2P.RUDP.Connector.API.TcpTransportConnection.OnCloseConnection C# (CSharp) Method

OnCloseConnection() private method

private OnCloseConnection ( ) : void
return void
        private void OnCloseConnection()
        {
            EventHandler handler = CloseConnection;
            if (handler != null) handler(this, EventArgs.Empty);
        }