示例#1
0
            private async void PingImpl()
            {
                await destination.Pong();

                await context;

                ++sent;
                Recv();
            }