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