2 references to ConnectAsync
rzc (2)
ServerProtocol\ServerConnection.cs (1)
186pipeTask = Client.ConnectAsync(pipeName, TimeSpan.FromMilliseconds(timeout), cancellationToken);
ShutdownCommand.cs (1)
43using (var client = await Client.ConnectAsync(Pipe.Value(), timeout: TimeSpan.FromSeconds(5), cancellationToken: Cancelled))