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