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