public void Stop() { if (IsListening) { try { Host.Close(); } catch { Host.Abort(); } } }
public override void Abort() { Host.Abort(); }