Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Http.HttpConnectionResponseContent Member List

This is the complete list of members for System.Net.Http.HttpConnectionResponseContent, including all inherited members.

_bufferedContentSystem.Net.Http.HttpContentprivate
_canCalculateLengthSystem.Net.Http.HttpContentprivate
_consumedStreamSystem.Net.Http.HttpConnectionResponseContentprivate
_contentReadStreamSystem.Net.Http.HttpContentprivate
_disposedSystem.Net.Http.HttpContentprivate
_headersSystem.Net.Http.HttpContentprivate
_streamSystem.Net.Http.HttpConnectionResponseContentprivate
AllowDuplexSystem.Net.Http.HttpConnectionResponseContentpackage
BufferHasPrefix(ArraySegment< byte > buffer, byte[] prefix)System.Net.Http.HttpContentinlineprivatestatic
CheckDisposed()System.Net.Http.HttpContentinlineprivate
CheckTaskNotNull(Task task)System.Net.Http.HttpContentinlineprivate
ConsumeStream()System.Net.Http.HttpConnectionResponseContentinlineprivate
CopyTo(Stream stream, TransportContext? context, CancellationToken cancellationToken)System.Net.Http.HttpContentinline
CopyToAsync(Stream stream)System.Net.Http.HttpContentinline
CopyToAsync(Stream stream, CancellationToken cancellationToken)System.Net.Http.HttpContentinline
CopyToAsync(Stream stream, TransportContext? context)System.Net.Http.HttpContentinline
CopyToAsync(Stream stream, TransportContext? context, CancellationToken cancellationToken)System.Net.Http.HttpContentinline
CreateContentReadStream(CancellationToken cancellationToken)System.Net.Http.HttpConnectionResponseContentinlineprotectedvirtual
CreateContentReadStreamAsync()System.Net.Http.HttpConnectionResponseContentinlineprotectedvirtual
System::Net::Http::HttpContent.CreateContentReadStreamAsync(CancellationToken cancellationToken)System.Net.Http.HttpContentinlineprotectedvirtual
CreateMemoryStream(long maxBufferSize, out Exception error)System.Net.Http.HttpContentinlineprivate
CreateOverCapacityException(int maxBufferSize)System.Net.Http.HttpContentinlineprivatestatic
CreateTemporaryBuffer(long maxBufferSize, out MemoryStream tempBuffer, out Exception error)System.Net.Http.HttpContentinlineprivate
DefaultStringEncodingSystem.Net.Http.HttpContentpackagestatic
Dispose(bool disposing)System.Net.Http.HttpConnectionResponseContentinlineprotectedvirtual
System::Net::Http::HttpContent.Dispose()System.Net.Http.HttpContentinline
GetComputedOrBufferLength()System.Net.Http.HttpContentinlinepackage
GetPreambleLength(ArraySegment< byte > buffer, Encoding encoding)System.Net.Http.HttpContentinlineprivatestatic
GetStreamCopyException(Exception originalException)System.Net.Http.HttpContentinlineprivatestatic
HeadersSystem.Net.Http.HttpContent
HttpContent()System.Net.Http.HttpContentinlineprotected
InternalCopyToAsync(Stream stream, TransportContext context, CancellationToken cancellationToken)System.Net.Http.HttpContentinlinepackage
IsBufferedSystem.Net.Http.HttpContentprivate
LoadIntoBuffer(long maxBufferSize, CancellationToken cancellationToken)System.Net.Http.HttpContentinlinepackage
LoadIntoBufferAsync()System.Net.Http.HttpContentinline
LoadIntoBufferAsync(long maxBufferSize)System.Net.Http.HttpContentinline
LoadIntoBufferAsync(CancellationToken cancellationToken)System.Net.Http.HttpContentinlinepackage
LoadIntoBufferAsync(long maxBufferSize, CancellationToken cancellationToken)System.Net.Http.HttpContentinlinepackage
LoadIntoBufferAsyncCore(Task serializeToStreamTask, MemoryStream tempBuffer)System.Net.Http.HttpContentinlineprivate
ReadAsByteArrayAsync()System.Net.Http.HttpContentinline
ReadAsByteArrayAsync(CancellationToken cancellationToken)System.Net.Http.HttpContentinline
ReadAsStream()System.Net.Http.HttpContentinline
ReadAsStream(CancellationToken cancellationToken)System.Net.Http.HttpContentinline
ReadAsStreamAsync()System.Net.Http.HttpContentinline
ReadAsStreamAsync(CancellationToken cancellationToken)System.Net.Http.HttpContentinline
ReadAsStringAsync()System.Net.Http.HttpContentinline
ReadAsStringAsync(CancellationToken cancellationToken)System.Net.Http.HttpContentinline
ReadBufferAsString(ArraySegment< byte > buffer, HttpContentHeaders headers)System.Net.Http.HttpContentinlinepackagestatic
ReadBufferedContentAsByteArray()System.Net.Http.HttpContentinlinepackage
ReadBufferedContentAsString()System.Net.Http.HttpContentinlineprivate
SerializeToStream(Stream stream, TransportContext context, CancellationToken cancellationToken)System.Net.Http.HttpConnectionResponseContentinlineprotected
System::Net::Http::HttpContent.SerializeToStream(Stream stream, TransportContext? context, CancellationToken cancellationToken)System.Net.Http.HttpContentinlineprotectedvirtual
SerializeToStreamAsync(Stream stream, TransportContext context)System.Net.Http.HttpConnectionResponseContentinlineprotected
SerializeToStreamAsync(Stream stream, TransportContext context, CancellationToken cancellationToken)System.Net.Http.HttpConnectionResponseContentinlineprotected
System::Net::Http::HttpContent.SerializeToStreamAsync(Stream stream, TransportContext? context)System.Net.Http.HttpContentprotected
System::Net::Http::HttpContent.SerializeToStreamAsync(Stream stream, TransportContext? context, CancellationToken cancellationToken)System.Net.Http.HttpContentinlineprotectedvirtual
SetStream(Stream stream)System.Net.Http.HttpConnectionResponseContentinline
StreamCopyExceptionNeedsWrapping(Exception e)System.Net.Http.HttpContentinlinepackagestatic
TryComputeLength(out long length)System.Net.Http.HttpConnectionResponseContentinlinepackage
TryCreateContentReadStream()System.Net.Http.HttpConnectionResponseContentinlinepackagevirtual
TryDetectEncoding(ArraySegment< byte > buffer, [NotNullWhen(true)] out Encoding encoding, out int preambleLength)System.Net.Http.HttpContentinlineprivatestatic
TryGetBuffer(out ArraySegment< byte > buffer)System.Net.Http.HttpContentinlinepackage
TryReadAsStream()System.Net.Http.HttpContentinlinepackage
WaitAndReturnAsync< TState, TResult >(Task waitTask, TState state, Func< TState, TResult > returnFunc)System.Net.Http.HttpContentinlineprivatestatic
WrapStreamCopyException(Exception e)System.Net.Http.HttpContentinlinepackagestatic