Gwupe.Communication.P2P.RUDP.Connector.API.TcpTransportConnection.OnCloseConnection C# (CSharp) Méthode

OnCloseConnection() private méthode

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