コード例 #1
0
        public override async Task AcceptAsync(TestContext ctx, CancellationToken cancellationToken)
        {
            Context = await Listener.GetContextAsync().ConfigureAwait(false);

            remoteEndPoint = Context.Request.RemoteEndPoint;
        }