public void Dispose() { _httpListenerHost.Close(); }
public void Dispose() { _host.StopListening(); _host.Close(); }
public override void Dispose() { _host.Close(); _host = null; }