Exemplo n.º 1
0
 public async Task StartAsync()
 {
     _proxyServer.Start();
     await _proxiedServer.StartAsync().ConfigureAwait(false);
 }
Exemplo n.º 2
0
 public async Task StartAsync()
 {
     _proxyServer.Start();
     await _proxiedServer.StartAsync();
 }