| _bufferedContent | System.Net.Http.HttpContent | private |
| _canCalculateLength | System.Net.Http.HttpContent | private |
| _consumedStream | System.Net.Http.HttpConnectionResponseContent | private |
| _contentReadStream | System.Net.Http.HttpContent | private |
| _disposed | System.Net.Http.HttpContent | private |
| _headers | System.Net.Http.HttpContent | private |
| _stream | System.Net.Http.HttpConnectionResponseContent | private |
| AllowDuplex | System.Net.Http.HttpConnectionResponseContent | package |
| BufferHasPrefix(ArraySegment< byte > buffer, byte[] prefix) | System.Net.Http.HttpContent | inlineprivatestatic |
| CheckDisposed() | System.Net.Http.HttpContent | inlineprivate |
| CheckTaskNotNull(Task task) | System.Net.Http.HttpContent | inlineprivate |
| ConsumeStream() | System.Net.Http.HttpConnectionResponseContent | inlineprivate |
| CopyTo(Stream stream, TransportContext? context, CancellationToken cancellationToken) | System.Net.Http.HttpContent | inline |
| CopyToAsync(Stream stream) | System.Net.Http.HttpContent | inline |
| CopyToAsync(Stream stream, CancellationToken cancellationToken) | System.Net.Http.HttpContent | inline |
| CopyToAsync(Stream stream, TransportContext? context) | System.Net.Http.HttpContent | inline |
| CopyToAsync(Stream stream, TransportContext? context, CancellationToken cancellationToken) | System.Net.Http.HttpContent | inline |
| CreateContentReadStream(CancellationToken cancellationToken) | System.Net.Http.HttpConnectionResponseContent | inlineprotectedvirtual |
| CreateContentReadStreamAsync() | System.Net.Http.HttpConnectionResponseContent | inlineprotectedvirtual |
| System::Net::Http::HttpContent.CreateContentReadStreamAsync(CancellationToken cancellationToken) | System.Net.Http.HttpContent | inlineprotectedvirtual |
| CreateMemoryStream(long maxBufferSize, out Exception error) | System.Net.Http.HttpContent | inlineprivate |
| CreateOverCapacityException(int maxBufferSize) | System.Net.Http.HttpContent | inlineprivatestatic |
| CreateTemporaryBuffer(long maxBufferSize, out MemoryStream tempBuffer, out Exception error) | System.Net.Http.HttpContent | inlineprivate |
| DefaultStringEncoding | System.Net.Http.HttpContent | packagestatic |
| Dispose(bool disposing) | System.Net.Http.HttpConnectionResponseContent | inlineprotectedvirtual |
| System::Net::Http::HttpContent.Dispose() | System.Net.Http.HttpContent | inline |
| GetComputedOrBufferLength() | System.Net.Http.HttpContent | inlinepackage |
| GetPreambleLength(ArraySegment< byte > buffer, Encoding encoding) | System.Net.Http.HttpContent | inlineprivatestatic |
| GetStreamCopyException(Exception originalException) | System.Net.Http.HttpContent | inlineprivatestatic |
| Headers | System.Net.Http.HttpContent | |
| HttpContent() | System.Net.Http.HttpContent | inlineprotected |
| InternalCopyToAsync(Stream stream, TransportContext context, CancellationToken cancellationToken) | System.Net.Http.HttpContent | inlinepackage |
| IsBuffered | System.Net.Http.HttpContent | private |
| LoadIntoBuffer(long maxBufferSize, CancellationToken cancellationToken) | System.Net.Http.HttpContent | inlinepackage |
| LoadIntoBufferAsync() | System.Net.Http.HttpContent | inline |
| LoadIntoBufferAsync(long maxBufferSize) | System.Net.Http.HttpContent | inline |
| LoadIntoBufferAsync(CancellationToken cancellationToken) | System.Net.Http.HttpContent | inlinepackage |
| LoadIntoBufferAsync(long maxBufferSize, CancellationToken cancellationToken) | System.Net.Http.HttpContent | inlinepackage |
| LoadIntoBufferAsyncCore(Task serializeToStreamTask, MemoryStream tempBuffer) | System.Net.Http.HttpContent | inlineprivate |
| ReadAsByteArrayAsync() | System.Net.Http.HttpContent | inline |
| ReadAsByteArrayAsync(CancellationToken cancellationToken) | System.Net.Http.HttpContent | inline |
| ReadAsStream() | System.Net.Http.HttpContent | inline |
| ReadAsStream(CancellationToken cancellationToken) | System.Net.Http.HttpContent | inline |
| ReadAsStreamAsync() | System.Net.Http.HttpContent | inline |
| ReadAsStreamAsync(CancellationToken cancellationToken) | System.Net.Http.HttpContent | inline |
| ReadAsStringAsync() | System.Net.Http.HttpContent | inline |
| ReadAsStringAsync(CancellationToken cancellationToken) | System.Net.Http.HttpContent | inline |
| ReadBufferAsString(ArraySegment< byte > buffer, HttpContentHeaders headers) | System.Net.Http.HttpContent | inlinepackagestatic |
| ReadBufferedContentAsByteArray() | System.Net.Http.HttpContent | inlinepackage |
| ReadBufferedContentAsString() | System.Net.Http.HttpContent | inlineprivate |
| SerializeToStream(Stream stream, TransportContext context, CancellationToken cancellationToken) | System.Net.Http.HttpConnectionResponseContent | inlineprotected |
| System::Net::Http::HttpContent.SerializeToStream(Stream stream, TransportContext? context, CancellationToken cancellationToken) | System.Net.Http.HttpContent | inlineprotectedvirtual |
| SerializeToStreamAsync(Stream stream, TransportContext context) | System.Net.Http.HttpConnectionResponseContent | inlineprotected |
| SerializeToStreamAsync(Stream stream, TransportContext context, CancellationToken cancellationToken) | System.Net.Http.HttpConnectionResponseContent | inlineprotected |
| System::Net::Http::HttpContent.SerializeToStreamAsync(Stream stream, TransportContext? context) | System.Net.Http.HttpContent | protected |
| System::Net::Http::HttpContent.SerializeToStreamAsync(Stream stream, TransportContext? context, CancellationToken cancellationToken) | System.Net.Http.HttpContent | inlineprotectedvirtual |
| SetStream(Stream stream) | System.Net.Http.HttpConnectionResponseContent | inline |
| StreamCopyExceptionNeedsWrapping(Exception e) | System.Net.Http.HttpContent | inlinepackagestatic |
| TryComputeLength(out long length) | System.Net.Http.HttpConnectionResponseContent | inlinepackage |
| TryCreateContentReadStream() | System.Net.Http.HttpConnectionResponseContent | inlinepackagevirtual |
| TryDetectEncoding(ArraySegment< byte > buffer, [NotNullWhen(true)] out Encoding encoding, out int preambleLength) | System.Net.Http.HttpContent | inlineprivatestatic |
| TryGetBuffer(out ArraySegment< byte > buffer) | System.Net.Http.HttpContent | inlinepackage |
| TryReadAsStream() | System.Net.Http.HttpContent | inlinepackage |
| WaitAndReturnAsync< TState, TResult >(Task waitTask, TState state, Func< TState, TResult > returnFunc) | System.Net.Http.HttpContent | inlineprivatestatic |
| WrapStreamCopyException(Exception e) | System.Net.Http.HttpContent | inlinepackagestatic |