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));
        }