Gwupe.Communication.P2P.RUDP.Connector.API.TcpTransportConnection.OnCloseConnection C# (CSharp) 메소드

OnCloseConnection() 개인적인 메소드

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