Coap.Proxy.WebSocketService.Application_End C# (CSharp) 메소드

Application_End() 개인적인 메소드

private Application_End ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void
        void Application_End(object sender, EventArgs e)
        {

            if (m_Bootstrap != null)
                m_Bootstrap.Stop();
        }