| _allowedReadLineBytes | System.Net.Http.HttpConnection | private |
| _canRetry | System.Net.Http.HttpConnection | private |
| _connectionClose | System.Net.Http.HttpConnection | private |
| _creationTickCount | System.Net.Http.HttpConnectionBase | private |
| _currentRequest | System.Net.Http.HttpConnection | private |
| _detachedFromPool | System.Net.Http.HttpConnection | private |
| _disposed | System.Net.Http.HttpConnection | private |
| _headerValues | System.Net.Http.HttpConnection | private |
| _idleSinceTickCount | System.Net.Http.HttpConnection | private |
| _inUse | System.Net.Http.HttpConnection | private |
| _lastDateHeaderValue | System.Net.Http.HttpConnectionBase | private |
| _lastServerHeaderValue | System.Net.Http.HttpConnectionBase | private |
| _pool | System.Net.Http.HttpConnection | private |
| _readAheadTask | System.Net.Http.HttpConnection | private |
| _readAheadTaskLock | System.Net.Http.HttpConnection | private |
| _readBuffer | System.Net.Http.HttpConnection | private |
| _readLength | System.Net.Http.HttpConnection | private |
| _readOffset | System.Net.Http.HttpConnection | private |
| _socket | System.Net.Http.HttpConnection | private |
| _startedSendingRequestBody | System.Net.Http.HttpConnection | private |
| _stream | System.Net.Http.HttpConnection | private |
| _transportContext | System.Net.Http.HttpConnection | private |
| _weakThisRef | System.Net.Http.HttpConnection | private |
| _writeBuffer | System.Net.Http.HttpConnection | private |
| _writeOffset | System.Net.Http.HttpConnection | private |
| Acquire() | System.Net.Http.HttpConnection | inlinepackage |
| CheckUsabilityOnScavenge() | System.Net.Http.HttpConnection | inlinevirtual |
| CompleteResponse() | System.Net.Http.HttpConnection | inlineprivate |
| ConsumeFromRemainingBuffer(int bytesToConsume) | System.Net.Http.HttpConnection | inlineprivate |
| ConsumeReadAheadTask() | System.Net.Http.HttpConnection | inlineprivate |
| CopyFromBufferAsync(Stream destination, bool async, int count, CancellationToken cancellationToken) | System.Net.Http.HttpConnection | inlineprivate |
| CopyToContentLengthAsync(Stream destination, bool async, ulong length, int bufferSize, CancellationToken cancellationToken) | System.Net.Http.HttpConnection | inlineprivate |
| CopyToUntilEofAsync(Stream destination, bool async, int bufferSize, CancellationToken cancellationToken) | System.Net.Http.HttpConnection | inlineprivate |
| CopyToUntilEofWithExistingBufferedDataAsync(Stream destination, bool async, int bufferSize, CancellationToken cancellationToken) | System.Net.Http.HttpConnection | inlineprivate |
| CreateRequestContentStream(HttpRequestMessage request) | System.Net.Http.HttpConnection | inlineprivate |
| DetachFromPool() | System.Net.Http.HttpConnection | inlinepackage |
| Dispose() | System.Net.Http.HttpConnection | inline |
| Dispose(bool disposing) | System.Net.Http.HttpConnection | inlineprivate |
| DrainResponseAsync(HttpResponseMessage response, CancellationToken cancellationToken) | System.Net.Http.HttpConnection | inline |
| EqualsOrdinal(string left, ReadOnlySpan< byte > right) | System.Net.Http.HttpConnection | inlineprivatestatic |
| Fill() | System.Net.Http.HttpConnection | inlineprivate |
| FillAsync(bool async) | System.Net.Http.HttpConnection | inlineprivate |
| Flush() | System.Net.Http.HttpConnection | inlineprivate |
| FlushAsync(bool async) | System.Net.Http.HttpConnection | inlineprivate |
| FlushThenWriteWithoutBufferingAsync(ReadOnlyMemory< byte > source, bool async) | System.Net.Http.HttpConnection | inlineprivate |
| GetIdleTicks(long nowTicks) | System.Net.Http.HttpConnection | inline |
| GetLifetimeTicks(long nowTicks) | System.Net.Http.HttpConnectionBase | inline |
| GetResponseHeaderValueWithCaching(HeaderDescriptor descriptor, ReadOnlySpan< byte > value, Encoding valueEncoding) | System.Net.Http.HttpConnectionBase | inline |
| HttpConnection(HttpConnectionPool pool, Socket socket, Stream stream, TransportContext transportContext) | System.Net.Http.HttpConnection | inline |
| IgnoreExceptions(ValueTask< int > task) | System.Net.Http.HttpConnectionBase | inlinepackagestatic |
| InitialFillAsync(bool async) | System.Net.Http.HttpConnection | inlineprivate |
| IsDigit(byte c) | System.Net.Http.HttpConnectionBase | inlinepackagestatic |
| IsLineEmpty(ReadOnlyMemory< byte > line) | System.Net.Http.HttpConnection | inlineprivatestatic |
| Kind | System.Net.Http.HttpConnection | |
| LogExceptions(Task task) | System.Net.Http.HttpConnectionBase | inlinepackage |
| MapSendException(Exception exception, CancellationToken cancellationToken, out Exception mappedException) | System.Net.Http.HttpConnection | inlineprivate |
| ParseHeaderNameValue(HttpConnection connection, ReadOnlySpan< byte > line, HttpResponseMessage response, bool isFromTrailer) | System.Net.Http.HttpConnection | inlineprivatestatic |
| ParseStatusCode(ReadOnlySpan< byte > value) | System.Net.Http.HttpConnectionBase | inlinepackagestatic |
| ParseStatusLine(ReadOnlySpan< byte > line, HttpResponseMessage response) | System.Net.Http.HttpConnection | inlineprivatestatic |
| PrepareForReuse(bool async) | System.Net.Http.HttpConnection | inline |
| Read(Span< byte > destination) | System.Net.Http.HttpConnection | inlineprivate |
| ReadAsync(Memory< byte > destination) | System.Net.Http.HttpConnection | inlineprivate |
| ReadBuffered(Span< byte > destination) | System.Net.Http.HttpConnection | inlineprivate |
| ReadBufferedAsync(Memory< byte > destination) | System.Net.Http.HttpConnection | inlineprivate |
| ReadBufferedAsyncCore(Memory< byte > destination) | System.Net.Http.HttpConnection | inlineprivate |
| ReadBufferSize | System.Net.Http.HttpConnection | private |
| ReadFromBuffer(Span< byte > buffer) | System.Net.Http.HttpConnection | inlineprivate |
| ReadNextResponseHeaderLineAsync(bool async, bool foldedHeadersAllowed=false) | System.Net.Http.HttpConnection | inlineprivate |
| RegisterCancellation(CancellationToken cancellationToken) | System.Net.Http.HttpConnection | inlineprivate |
| Release() | System.Net.Http.HttpConnection | inlinepackage |
| RemainingBuffer | System.Net.Http.HttpConnection | private |
| ReturnConnectionToPool() | System.Net.Http.HttpConnection | inlineprivate |
| s_contentLength0NewlineAsciiBytes | System.Net.Http.HttpConnection | privatestatic |
| s_http10Bytes | System.Net.Http.HttpConnection | privatestatic |
| s_http11Bytes | System.Net.Http.HttpConnection | privatestatic |
| s_http1DotBytes | System.Net.Http.HttpConnection | privatestatic |
| s_httpSchemeAndDelimiter | System.Net.Http.HttpConnection | privatestatic |
| s_spaceHttp10NewlineAsciiBytes | System.Net.Http.HttpConnection | privatestatic |
| s_spaceHttp11NewlineAsciiBytes | System.Net.Http.HttpConnection | privatestatic |
| SendAsync(HttpRequestMessage request, bool async, CancellationToken cancellationToken) | System.Net.Http.HttpConnection | inline |
| SendAsyncCore(HttpRequestMessage request, bool async, CancellationToken cancellationToken) | System.Net.Http.HttpConnection | inline |
| SendRequestContentAsync(HttpRequestMessage request, HttpContentWriteStream stream, bool async, CancellationToken cancellationToken) | System.Net.Http.HttpConnection | inlineprivate |
| SendRequestContentWithExpect100ContinueAsync(HttpRequestMessage request, Task< bool > allowExpect100ToContinueTask, HttpContentWriteStream stream, Timer expect100Timer, bool async, CancellationToken cancellationToken) | System.Net.Http.HttpConnection | inlineprivate |
| ThrowIfExceededAllowedReadLineBytes() | System.Net.Http.HttpConnection | inlineprivate |
| ToString() | System.Net.Http.HttpConnection | inline |
| Trace(string message, [CallerMemberName] string memberName=null) | System.Net.Http.HttpConnection | inline |
| TraceConnection(Stream stream) | System.Net.Http.HttpConnectionBase | inlineprotected |
| TransportContext | System.Net.Http.HttpConnection | |
| TryReadNextLine(out ReadOnlySpan< byte > line) | System.Net.Http.HttpConnection | inlineprivate |
| Write(ReadOnlySpan< byte > source) | System.Net.Http.HttpConnection | inlineprivate |
| WriteAsciiStringAsync(string s, bool async) | System.Net.Http.HttpConnection | inlineprivate |
| WriteAsync(ReadOnlyMemory< byte > source, bool async) | System.Net.Http.HttpConnection | inlineprivate |
| WriteByteAsync(byte b, bool async) | System.Net.Http.HttpConnection | inlineprivate |
| WriteBytesAsync(byte[] bytes, bool async) | System.Net.Http.HttpConnection | inlineprivate |
| WriteByteSlowAsync(byte b, bool async) | System.Net.Http.HttpConnection | inlineprivate |
| WriteBytesSlowAsync(byte[] bytes, int length, bool async) | System.Net.Http.HttpConnection | inlineprivate |
| WriteDecimalInt32Async(int value, bool async) | System.Net.Http.HttpConnection | inlineprivate |
| WriteHeadersAsync(HttpHeaders headers, string cookiesFromContainer, bool async) | System.Net.Http.HttpConnection | inlineprivate |
| WriteHexInt32Async(int value, bool async) | System.Net.Http.HttpConnection | inlineprivate |
| WriteHostHeaderAsync(Uri uri, bool async) | System.Net.Http.HttpConnection | inlineprivate |
| WriteStringAsync(string s, bool async) | System.Net.Http.HttpConnection | inlineprivate |
| WriteStringAsync(string s, bool async, Encoding encoding) | System.Net.Http.HttpConnection | inlineprivate |
| WriteStringAsyncSlow(string s, bool async) | System.Net.Http.HttpConnection | inlineprivate |
| WriteStringWithEncodingAsyncSlow(string s, bool async, Encoding encoding) | System.Net.Http.HttpConnection | inlineprivate |
| WriteToBuffer(ReadOnlySpan< byte > source) | System.Net.Http.HttpConnection | inlineprivate |
| WriteToBuffer(ReadOnlyMemory< byte > source) | System.Net.Http.HttpConnection | inlineprivate |
| WriteToStream(ReadOnlySpan< byte > source) | System.Net.Http.HttpConnection | inlineprivate |
| WriteToStreamAsync(ReadOnlyMemory< byte > source, bool async) | System.Net.Http.HttpConnection | inlineprivate |
| WriteTwoBytesAsync(byte b1, byte b2, bool async) | System.Net.Http.HttpConnection | inlineprivate |
| WriteTwoBytesSlowAsync(byte b1, byte b2, bool async) | System.Net.Http.HttpConnection | inlineprivate |
| WriteWithoutBuffering(ReadOnlySpan< byte > source) | System.Net.Http.HttpConnection | inlineprivate |
| WriteWithoutBufferingAsync(ReadOnlyMemory< byte > source, bool async) | System.Net.Http.HttpConnection | inlineprivate |
| ~HttpConnection() | System.Net.Http.HttpConnection | inlineprivate |