Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Http.Json.JsonContent< TValue > Member List

This is the complete list of members for System.Net.Http.Json.JsonContent< TValue >, including all inherited members.

_bufferedContentSystem.Net.Http.HttpContentprivate
_canCalculateLengthSystem.Net.Http.HttpContentprivate
_contentReadStreamSystem.Net.Http.HttpContentprivate
_disposedSystem.Net.Http.HttpContentprivate
_headersSystem.Net.Http.HttpContentprivate
_jsonSerializerOptionsSystem.Net.Http.Json.JsonContent< TValue >private
_typedValueSystem.Net.Http.Json.JsonContent< TValue >private
_typeInfoSystem.Net.Http.Json.JsonContent< TValue >private
AllowDuplexSystem.Net.Http.HttpContentpackage
BufferHasPrefix(ArraySegment< byte > buffer, byte[] prefix)System.Net.Http.HttpContentinlineprivatestatic
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
Create(object? inputValue, Type inputType, MediaTypeHeaderValue? mediaType=null, JsonSerializerOptions? options=null)System.Net.Http.Json.JsonContent< TValue >inlinestatic
Create< T >(T inputValue, MediaTypeHeaderValue? mediaType=null, JsonSerializerOptions? options=null)System.Net.Http.Json.JsonContent< TValue >inlinestatic
CreateContentReadStream(CancellationToken cancellationToken)System.Net.Http.HttpContentinlineprotectedvirtual
CreateContentReadStreamAsync()System.Net.Http.HttpContentinlineprotectedvirtual
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.HttpContentinlineprotectedvirtual
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
JsonContent(object inputValue, Type inputType, MediaTypeHeaderValue mediaType, JsonSerializerOptions options)System.Net.Http.Json.JsonContent< TValue >inlineprivate
JsonContent(TValue inputValue, JsonTypeInfo< TValue > jsonTypeInfo)System.Net.Http.Json.JsonContent< TValue >inline
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
ObjectTypeSystem.Net.Http.Json.JsonContent< TValue >
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.Json.JsonContent< TValue >inlineprotectedvirtual
SerializeToStream(Stream stream, TransportContext context, CancellationToken cancellationToken)System.Net.Http.Json.JsonContent< TValue >inlineprotected
SerializeToStreamAsync(Stream stream, TransportContext? context)System.Net.Http.Json.JsonContent< TValue >inlineprotected
SerializeToStreamAsync(Stream stream, TransportContext? context, CancellationToken cancellationToken)System.Net.Http.Json.JsonContent< TValue >inlineprotectedvirtual
SerializeToStreamAsync(Stream stream, TransportContext context)System.Net.Http.Json.JsonContent< TValue >inlineprotected
SerializeToStreamAsync(Stream stream, TransportContext context, CancellationToken cancellationToken)System.Net.Http.Json.JsonContent< TValue >inlineprotected
SerializeToStreamAsyncCore(Stream targetStream, bool async, CancellationToken cancellationToken)System.Net.Http.Json.JsonContent< TValue >inlineprivate
SerializeToStreamAsyncCore(Stream targetStream, bool async, CancellationToken cancellationToken)System.Net.Http.Json.JsonContent< TValue >inlineprivate
StreamCopyExceptionNeedsWrapping(Exception e)System.Net.Http.HttpContentinlinepackagestatic
TryComputeLength(out long length)System.Net.Http.Json.JsonContent< TValue >inlineprotected
TryComputeLength(out long length)System.Net.Http.Json.JsonContent< TValue >inlineprotected
TryCreateContentReadStream()System.Net.Http.HttpContentinlinepackagevirtual
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
ValueSystem.Net.Http.Json.JsonContent< TValue >
WaitAndReturnAsync< TState, TResult >(Task waitTask, TState state, Func< TState, TResult > returnFunc)System.Net.Http.HttpContentinlineprivatestatic
WrapStreamCopyException(Exception e)System.Net.Http.HttpContentinlinepackagestatic