1 write to _stream
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
140
_stream
= stream;
10 references to _stream
System.Net.Http (10)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (10)
176
if (NetEventSource.Log.IsEnabled()) TraceConnection(
_stream
);
246
await
_stream
.WriteAsync(_outgoingBuffer.ActiveMemory, cancellationToken).ConfigureAwait(false);
404
await
_stream
.WriteAsync(_outgoingBuffer.ActiveMemory).ConfigureAwait(false);
426
await
_stream
.ReadAsync(Memory<byte>.Empty).ConfigureAwait(false);
430
int bytesRead = await
_stream
.ReadAsync(_incomingBuffer.AvailableMemory).ConfigureAwait(false);
473
await
_stream
.ReadAsync(Memory<byte>.Empty).ConfigureAwait(false);
475
int bytesRead = await
_stream
.ReadAsync(_incomingBuffer.AvailableMemory).ConfigureAwait(false);
547
ValueTask<int> zeroByteReadTask =
_stream
.ReadAsync(Memory<byte>.Empty);
559
int bytesRead = await
_stream
.ReadAsync(_incomingBuffer.AvailableMemory).ConfigureAwait(false);
1938
_stream
.Dispose();