Example #1
0
        private void StopListening()
        {
            try
            {
                webResponser?.Stop();
            }
            catch { }
            webResponser = null;

            try
            {
                webListener?.Abort();
            }
            catch { }
            webListener = null;
        }