Owin.Host.MonoHttpListener.RequestProcessing.OwinHttpListenerContext.SetDisconnected C# (CSharp) Метод

SetDisconnected() приватный статический Метод

private static SetDisconnected ( object state ) : void
state object
Результат void
        private static void SetDisconnected(object state)
        {
            var context = (OwinHttpListenerContext)state;
            context.End(new HttpListenerException(Constants.ErrorConnectionNoLongerValid));
        }