Gate.Gate.OnBackendConnected C# (CSharp) Method

OnBackendConnected() private method

private OnBackendConnected ( IRemote conn ) : void
conn IRemote
return void
        private void OnBackendConnected(IRemote conn)
        {
            Console.WriteLine("OnBackendConnected id:{0} ip:{1} port:{2}", conn.Id, conn.RemoteIp, conn.RemotePort);

        }