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

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

_bufferedContentSystem.Net.Http.HttpContentprivate
_canCalculateLengthSystem.Net.Http.HttpContentprivate
_contentSystem.Net.Http.ByteArrayContentprivate
_contentReadStreamSystem.Net.Http.HttpContentprivate
_countSystem.Net.Http.ByteArrayContentprivate
_disposedSystem.Net.Http.HttpContentprivate
_headersSystem.Net.Http.HttpContentprivate
_offsetSystem.Net.Http.ByteArrayContentprivate
AllowDuplexSystem.Net.Http.ByteArrayContentpackage
BufferHasPrefix(ArraySegment< byte > buffer, byte[] prefix)System.Net.Http.HttpContentinlineprivatestatic
ByteArrayContent(byte[] content)System.Net.Http.ByteArrayContentinline
ByteArrayContent(byte[] content, int offset, int count)System.Net.Http.ByteArrayContentinline
CheckDisposed()System.Net.Http.HttpContentinlineprivate
CheckTaskNotNull(Task task)System.Net.Http.HttpContentinlineprivate
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.ByteArrayContentinlineprotectedvirtual
CreateContentReadStreamAsync()System.Net.Http.ByteArrayContentinlineprotectedvirtual
System::Net::Http::HttpContent.CreateContentReadStreamAsync(CancellationToken cancellationToken)System.Net.Http.HttpContentinlineprotectedvirtual
CreateMemoryStream(long maxBufferSize, out Exception error)System.Net.Http.HttpContentinlineprivate
CreateMemoryStreamForByteArray()System.Net.Http.ByteArrayContentinlinepackage
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.HttpContentinlineprotectedvirtual
Dispose()System.Net.Http.HttpContentinline
GetComputedOrBufferLength()System.Net.Http.HttpContentinlinepackage
GetContentByteArray(string content, Encoding encoding)System.Net.Http.StringContentinlineprivatestatic
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.ByteArrayContentinlineprotectedvirtual
SerializeToStreamAsync(Stream stream, TransportContext? context, CancellationToken cancellationToken)System.Net.Http.StringContentinlineprotectedvirtual
System::Net::Http::ByteArrayContent.SerializeToStreamAsync(Stream stream, TransportContext? context)System.Net.Http.ByteArrayContentinlineprotected
SerializeToStreamAsyncCore(Stream stream, CancellationToken cancellationToken)System.Net.Http.ByteArrayContentinlineprotected
StreamCopyExceptionNeedsWrapping(Exception e)System.Net.Http.HttpContentinlinepackagestatic
StringContent(string content)System.Net.Http.StringContentinline
StringContent(string content, Encoding? encoding)System.Net.Http.StringContentinline
StringContent(string content, Encoding? encoding, string? mediaType)System.Net.Http.StringContentinline
TryComputeLength(out long length)System.Net.Http.ByteArrayContentinlinepackage
TryCreateContentReadStream()System.Net.Http.StringContentinlinepackagevirtual
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