예제 #1
0
 public async Task <Socket> ConnectToHostAsync(Uri uri)
 {
     return(await ServerHandler.ConnectToHostAsync(uri).WithoutCapturingContext());
 }
예제 #2
0
 public async Task ResendRequestAsync()
 {
     await _serverHandler.ConnectToHostAsync();
 }