_bufferedContent | System.Net.Http.HttpContent | private |
_canCalculateLength | System.Net.Http.HttpContent | private |
_contentConsumed | System.Net.Http.DecompressionHandler.DecompressedContent | private |
_contentReadStream | System.Net.Http.HttpContent | private |
_disposed | System.Net.Http.HttpContent | private |
_headers | System.Net.Http.HttpContent | private |
_originalContent | System.Net.Http.DecompressionHandler.DecompressedContent | private |
AllowDuplex | System.Net.Http.DecompressionHandler.DecompressedContent | 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 |
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.DecompressionHandler.DecompressedContent | inlineprotectedvirtual |
CreateContentReadStreamAsync(CancellationToken cancellationToken) | System.Net.Http.DecompressionHandler.DecompressedContent | inlineprotectedvirtual |
System::Net::Http::HttpContent.CreateContentReadStreamAsync() | System.Net.Http.HttpContent | inlineprotectedvirtual |
CreateContentReadStreamAsyncCore(bool async, CancellationToken cancellationToken) | System.Net.Http.DecompressionHandler.DecompressedContent | inlineprivate |
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 |
DecompressedContent(HttpContent originalContent) | System.Net.Http.DecompressionHandler.DecompressedContent | inline |
DefaultStringEncoding | System.Net.Http.HttpContent | packagestatic |
DeflateDecompressedContent(HttpContent originalContent) | System.Net.Http.DecompressionHandler.DeflateDecompressedContent | inline |
Dispose(bool disposing) | System.Net.Http.DecompressionHandler.DecompressedContent | inlineprotectedvirtual |
System::Net::Http::HttpContent.Dispose() | System.Net.Http.HttpContent | inline |
GetComputedOrBufferLength() | System.Net.Http.HttpContent | inlinepackage |
GetDecompressedStream(Stream originalStream) | System.Net.Http.DecompressionHandler.DeflateDecompressedContent | inlineprotected |
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.DecompressionHandler.DecompressedContent | 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.DecompressionHandler.DecompressedContent | inlineprotected |
SerializeToStreamAsync(Stream stream, TransportContext context, CancellationToken cancellationToken) | System.Net.Http.DecompressionHandler.DecompressedContent | 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 |
StreamCopyExceptionNeedsWrapping(Exception e) | System.Net.Http.HttpContent | inlinepackagestatic |
TryComputeLength(out long length) | System.Net.Http.DecompressionHandler.DecompressedContent | inlinepackage |
TryCreateContentReadStream() | System.Net.Http.DecompressionHandler.DecompressedContent | 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 |