1 write to _stream
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
136
_stream
= stream;
10 references to _stream
System.Net.Http (10)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (10)
172
if (NetEventSource.Log.IsEnabled()) TraceConnection(
_stream
);
229
await
_stream
.WriteAsync(_outgoingBuffer.ActiveMemory, cancellationToken).ConfigureAwait(false);
378
await
_stream
.WriteAsync(_outgoingBuffer.ActiveMemory).ConfigureAwait(false);
400
await
_stream
.ReadAsync(Memory<byte>.Empty).ConfigureAwait(false);
404
int bytesRead = await
_stream
.ReadAsync(_incomingBuffer.AvailableMemory).ConfigureAwait(false);
447
await
_stream
.ReadAsync(Memory<byte>.Empty).ConfigureAwait(false);
449
int bytesRead = await
_stream
.ReadAsync(_incomingBuffer.AvailableMemory).ConfigureAwait(false);
521
ValueTask<int> zeroByteReadTask =
_stream
.ReadAsync(Memory<byte>.Empty);
533
int bytesRead = await
_stream
.ReadAsync(_incomingBuffer.AvailableMemory).ConfigureAwait(false);
1845
_stream
.Dispose();