Exemplo n.º 1
0
        public override void EndOfRequest()
        {
            if (Connection != null)
            {
                var oldConnection = Connection;

                Connection = null;
                Server.OnRequestEnd(oldConnection);
            }
        }