2 writes to _clientControl
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (2)
171_clientControl = null; 488_clientControl = await _connection!.OpenOutboundStreamAsync(QuicStreamType.Unidirectional).ConfigureAwait(false);
4 references to _clientControl
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (4)
167if (_clientControl != null) 170await _clientControl.DisposeAsync().ConfigureAwait(false); 491_ = _clientControl.WritesClosed.ContinueWith(t => 499await _clientControl.WriteAsync(_pool.Settings.Http3SettingsFrame, CancellationToken.None).ConfigureAwait(false);