public async Task StartAsync() { _httpListener = new HttpListener(); _httpListener.Prefixes.Add($"http://localhost:{Port}/"); _httpListener.Start();
public async Task StartAsync() { _httpListener = new HttpListener(); _httpListener.Prefixes.Add($"http://localhost:{Port}/"); _httpListener.Start();