_bufferedContent | System.Net.Http.HttpContent | private |
_canCalculateLength | System.Net.Http.HttpContent | private |
_content | System.Net.Http.ByteArrayContent | private |
_contentReadStream | System.Net.Http.HttpContent | private |
_count | System.Net.Http.ByteArrayContent | private |
_disposed | System.Net.Http.HttpContent | private |
_headers | System.Net.Http.HttpContent | private |
_offset | System.Net.Http.ByteArrayContent | private |
AllowDuplex | System.Net.Http.ByteArrayContent | package |
BufferHasPrefix(ArraySegment< byte > buffer, byte[] prefix) | System.Net.Http.HttpContent | inlineprivatestatic |
ByteArrayContent(byte[] content) | System.Net.Http.ByteArrayContent | inline |
ByteArrayContent(byte[] content, int offset, int count) | System.Net.Http.ByteArrayContent | inline |
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.ByteArrayContent | inlineprotectedvirtual |
CreateContentReadStreamAsync() | System.Net.Http.ByteArrayContent | inlineprotectedvirtual |
System::Net::Http::HttpContent.CreateContentReadStreamAsync(CancellationToken cancellationToken) | System.Net.Http.HttpContent | inlineprotectedvirtual |
CreateMemoryStream(long maxBufferSize, out Exception error) | System.Net.Http.HttpContent | inlineprivate |
CreateMemoryStreamForByteArray() | System.Net.Http.ByteArrayContent | inlinepackage |
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.HttpContent | inlineprotectedvirtual |
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.ByteArrayContent | inlineprotectedvirtual |
SerializeToStreamAsync(Stream stream, TransportContext? context) | System.Net.Http.ByteArrayContent | inlineprotected |
SerializeToStreamAsync(Stream stream, TransportContext? context, CancellationToken cancellationToken) | System.Net.Http.ByteArrayContent | inlineprotectedvirtual |
SerializeToStreamAsyncCore(Stream stream, CancellationToken cancellationToken) | System.Net.Http.ByteArrayContent | inlineprotected |
StreamCopyExceptionNeedsWrapping(Exception e) | System.Net.Http.HttpContent | inlinepackagestatic |
TryComputeLength(out long length) | System.Net.Http.ByteArrayContent | inlinepackage |
TryCreateContentReadStream() | System.Net.Http.ByteArrayContent | 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 |