1 write to _connection
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
95_connection = connection;
19 references to _connection
System.Net.Http (19)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (19)
160public Http2Connection Connection => _connection; 317_connection.LogExceptions(_connection.SendEndStreamAsync(StreamId)); 353}, this, _connection._pool.Settings._expect100ContinueTimeout, Timeout.InfiniteTimeSpan).ConfigureAwait(false)) 377_connection.LogExceptions(_connection.SendRstStreamAsync(StreamId, Http2ProtocolErrorCode.Cancel)); 389_connection.RemoveStream(this); 609throw new HttpRequestException(HttpRequestError.ConfigurationLimitExceeded, SR.Format(SR.net_http_response_headers_exceeded_length, _connection._pool.Settings.MaxResponseHeadersByteLength)); 704Encoding? valueEncoding = _connection._pool.Settings._responseHeaderEncodingSelector?.Invoke(descriptor.Name, _request); 723string headerValue = _connection.GetResponseHeaderValueWithCaching(descriptor, value, valueEncoding); 1100if (_connection._pool.Settings._useCookies) 1102CookieHelper.ProcessReceivedCookies(_response, _connection._pool.Settings._cookieContainer!); 1329await _connection.SendStreamDataAsync(StreamId, current, flush, _requestBodyCancellationSource.Token).ConfigureAwait(false); 1371_connection.LogExceptions(_connection.SendEndStreamAsync(StreamId)); 1396_connection.LogExceptions(_connection.SendRstStreamAsync(StreamId, Http2ProtocolErrorCode.Cancel)); 1478_connection.Trace(StreamId, message, memberName); 1669return http2Stream._connection.FlushAsync(cancellationToken);