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

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

_allowedReadLineBytesSystem.Net.Http.HttpConnectionprivate
_canRetrySystem.Net.Http.HttpConnectionprivate
_connectionCloseSystem.Net.Http.HttpConnectionprivate
_creationTickCountSystem.Net.Http.HttpConnectionBaseprivate
_currentRequestSystem.Net.Http.HttpConnectionprivate
_detachedFromPoolSystem.Net.Http.HttpConnectionprivate
_disposedSystem.Net.Http.HttpConnectionprivate
_headerValuesSystem.Net.Http.HttpConnectionprivate
_idleSinceTickCountSystem.Net.Http.HttpConnectionprivate
_inUseSystem.Net.Http.HttpConnectionprivate
_lastDateHeaderValueSystem.Net.Http.HttpConnectionBaseprivate
_lastServerHeaderValueSystem.Net.Http.HttpConnectionBaseprivate
_poolSystem.Net.Http.HttpConnectionprivate
_readAheadTaskSystem.Net.Http.HttpConnectionprivate
_readAheadTaskLockSystem.Net.Http.HttpConnectionprivate
_readBufferSystem.Net.Http.HttpConnectionprivate
_readLengthSystem.Net.Http.HttpConnectionprivate
_readOffsetSystem.Net.Http.HttpConnectionprivate
_socketSystem.Net.Http.HttpConnectionprivate
_startedSendingRequestBodySystem.Net.Http.HttpConnectionprivate
_streamSystem.Net.Http.HttpConnectionprivate
_transportContextSystem.Net.Http.HttpConnectionprivate
_weakThisRefSystem.Net.Http.HttpConnectionprivate
_writeBufferSystem.Net.Http.HttpConnectionprivate
_writeOffsetSystem.Net.Http.HttpConnectionprivate
Acquire()System.Net.Http.HttpConnectioninlinepackage
CheckUsabilityOnScavenge()System.Net.Http.HttpConnectioninlinevirtual
CompleteResponse()System.Net.Http.HttpConnectioninlineprivate
ConsumeFromRemainingBuffer(int bytesToConsume)System.Net.Http.HttpConnectioninlineprivate
ConsumeReadAheadTask()System.Net.Http.HttpConnectioninlineprivate
CopyFromBufferAsync(Stream destination, bool async, int count, CancellationToken cancellationToken)System.Net.Http.HttpConnectioninlineprivate
CopyToContentLengthAsync(Stream destination, bool async, ulong length, int bufferSize, CancellationToken cancellationToken)System.Net.Http.HttpConnectioninlineprivate
CopyToUntilEofAsync(Stream destination, bool async, int bufferSize, CancellationToken cancellationToken)System.Net.Http.HttpConnectioninlineprivate
CopyToUntilEofWithExistingBufferedDataAsync(Stream destination, bool async, int bufferSize, CancellationToken cancellationToken)System.Net.Http.HttpConnectioninlineprivate
CreateRequestContentStream(HttpRequestMessage request)System.Net.Http.HttpConnectioninlineprivate
DetachFromPool()System.Net.Http.HttpConnectioninlinepackage
Dispose()System.Net.Http.HttpConnectioninline
Dispose(bool disposing)System.Net.Http.HttpConnectioninlineprivate
DrainResponseAsync(HttpResponseMessage response, CancellationToken cancellationToken)System.Net.Http.HttpConnectioninline
EqualsOrdinal(string left, ReadOnlySpan< byte > right)System.Net.Http.HttpConnectioninlineprivatestatic
Fill()System.Net.Http.HttpConnectioninlineprivate
FillAsync(bool async)System.Net.Http.HttpConnectioninlineprivate
Flush()System.Net.Http.HttpConnectioninlineprivate
FlushAsync(bool async)System.Net.Http.HttpConnectioninlineprivate
FlushThenWriteWithoutBufferingAsync(ReadOnlyMemory< byte > source, bool async)System.Net.Http.HttpConnectioninlineprivate
GetIdleTicks(long nowTicks)System.Net.Http.HttpConnectioninline
GetLifetimeTicks(long nowTicks)System.Net.Http.HttpConnectionBaseinline
GetResponseHeaderValueWithCaching(HeaderDescriptor descriptor, ReadOnlySpan< byte > value, Encoding valueEncoding)System.Net.Http.HttpConnectionBaseinline
HttpConnection(HttpConnectionPool pool, Socket socket, Stream stream, TransportContext transportContext)System.Net.Http.HttpConnectioninline
IgnoreExceptions(ValueTask< int > task)System.Net.Http.HttpConnectionBaseinlinepackagestatic
InitialFillAsync(bool async)System.Net.Http.HttpConnectioninlineprivate
IsDigit(byte c)System.Net.Http.HttpConnectionBaseinlinepackagestatic
IsLineEmpty(ReadOnlyMemory< byte > line)System.Net.Http.HttpConnectioninlineprivatestatic
KindSystem.Net.Http.HttpConnection
LogExceptions(Task task)System.Net.Http.HttpConnectionBaseinlinepackage
MapSendException(Exception exception, CancellationToken cancellationToken, out Exception mappedException)System.Net.Http.HttpConnectioninlineprivate
ParseHeaderNameValue(HttpConnection connection, ReadOnlySpan< byte > line, HttpResponseMessage response, bool isFromTrailer)System.Net.Http.HttpConnectioninlineprivatestatic
ParseStatusCode(ReadOnlySpan< byte > value)System.Net.Http.HttpConnectionBaseinlinepackagestatic
ParseStatusLine(ReadOnlySpan< byte > line, HttpResponseMessage response)System.Net.Http.HttpConnectioninlineprivatestatic
PrepareForReuse(bool async)System.Net.Http.HttpConnectioninline
Read(Span< byte > destination)System.Net.Http.HttpConnectioninlineprivate
ReadAsync(Memory< byte > destination)System.Net.Http.HttpConnectioninlineprivate
ReadBuffered(Span< byte > destination)System.Net.Http.HttpConnectioninlineprivate
ReadBufferedAsync(Memory< byte > destination)System.Net.Http.HttpConnectioninlineprivate
ReadBufferedAsyncCore(Memory< byte > destination)System.Net.Http.HttpConnectioninlineprivate
ReadBufferSizeSystem.Net.Http.HttpConnectionprivate
ReadFromBuffer(Span< byte > buffer)System.Net.Http.HttpConnectioninlineprivate
ReadNextResponseHeaderLineAsync(bool async, bool foldedHeadersAllowed=false)System.Net.Http.HttpConnectioninlineprivate
RegisterCancellation(CancellationToken cancellationToken)System.Net.Http.HttpConnectioninlineprivate
Release()System.Net.Http.HttpConnectioninlinepackage
RemainingBufferSystem.Net.Http.HttpConnectionprivate
ReturnConnectionToPool()System.Net.Http.HttpConnectioninlineprivate
s_contentLength0NewlineAsciiBytesSystem.Net.Http.HttpConnectionprivatestatic
s_http10BytesSystem.Net.Http.HttpConnectionprivatestatic
s_http11BytesSystem.Net.Http.HttpConnectionprivatestatic
s_http1DotBytesSystem.Net.Http.HttpConnectionprivatestatic
s_httpSchemeAndDelimiterSystem.Net.Http.HttpConnectionprivatestatic
s_spaceHttp10NewlineAsciiBytesSystem.Net.Http.HttpConnectionprivatestatic
s_spaceHttp11NewlineAsciiBytesSystem.Net.Http.HttpConnectionprivatestatic
SendAsync(HttpRequestMessage request, bool async, CancellationToken cancellationToken)System.Net.Http.HttpConnectioninline
SendAsyncCore(HttpRequestMessage request, bool async, CancellationToken cancellationToken)System.Net.Http.HttpConnectioninline
SendRequestContentAsync(HttpRequestMessage request, HttpContentWriteStream stream, bool async, CancellationToken cancellationToken)System.Net.Http.HttpConnectioninlineprivate
SendRequestContentWithExpect100ContinueAsync(HttpRequestMessage request, Task< bool > allowExpect100ToContinueTask, HttpContentWriteStream stream, Timer expect100Timer, bool async, CancellationToken cancellationToken)System.Net.Http.HttpConnectioninlineprivate
ThrowIfExceededAllowedReadLineBytes()System.Net.Http.HttpConnectioninlineprivate
ToString()System.Net.Http.HttpConnectioninline
Trace(string message, [CallerMemberName] string memberName=null)System.Net.Http.HttpConnectioninline
TraceConnection(Stream stream)System.Net.Http.HttpConnectionBaseinlineprotected
TransportContextSystem.Net.Http.HttpConnection
TryReadNextLine(out ReadOnlySpan< byte > line)System.Net.Http.HttpConnectioninlineprivate
Write(ReadOnlySpan< byte > source)System.Net.Http.HttpConnectioninlineprivate
WriteAsciiStringAsync(string s, bool async)System.Net.Http.HttpConnectioninlineprivate
WriteAsync(ReadOnlyMemory< byte > source, bool async)System.Net.Http.HttpConnectioninlineprivate
WriteByteAsync(byte b, bool async)System.Net.Http.HttpConnectioninlineprivate
WriteBytesAsync(byte[] bytes, bool async)System.Net.Http.HttpConnectioninlineprivate
WriteByteSlowAsync(byte b, bool async)System.Net.Http.HttpConnectioninlineprivate
WriteBytesSlowAsync(byte[] bytes, int length, bool async)System.Net.Http.HttpConnectioninlineprivate
WriteDecimalInt32Async(int value, bool async)System.Net.Http.HttpConnectioninlineprivate
WriteHeadersAsync(HttpHeaders headers, string cookiesFromContainer, bool async)System.Net.Http.HttpConnectioninlineprivate
WriteHexInt32Async(int value, bool async)System.Net.Http.HttpConnectioninlineprivate
WriteHostHeaderAsync(Uri uri, bool async)System.Net.Http.HttpConnectioninlineprivate
WriteStringAsync(string s, bool async)System.Net.Http.HttpConnectioninlineprivate
WriteStringAsync(string s, bool async, Encoding encoding)System.Net.Http.HttpConnectioninlineprivate
WriteStringAsyncSlow(string s, bool async)System.Net.Http.HttpConnectioninlineprivate
WriteStringWithEncodingAsyncSlow(string s, bool async, Encoding encoding)System.Net.Http.HttpConnectioninlineprivate
WriteToBuffer(ReadOnlySpan< byte > source)System.Net.Http.HttpConnectioninlineprivate
WriteToBuffer(ReadOnlyMemory< byte > source)System.Net.Http.HttpConnectioninlineprivate
WriteToStream(ReadOnlySpan< byte > source)System.Net.Http.HttpConnectioninlineprivate
WriteToStreamAsync(ReadOnlyMemory< byte > source, bool async)System.Net.Http.HttpConnectioninlineprivate
WriteTwoBytesAsync(byte b1, byte b2, bool async)System.Net.Http.HttpConnectioninlineprivate
WriteTwoBytesSlowAsync(byte b1, byte b2, bool async)System.Net.Http.HttpConnectioninlineprivate
WriteWithoutBuffering(ReadOnlySpan< byte > source)System.Net.Http.HttpConnectioninlineprivate
WriteWithoutBufferingAsync(ReadOnlyMemory< byte > source, bool async)System.Net.Http.HttpConnectioninlineprivate
~HttpConnection()System.Net.Http.HttpConnectioninlineprivate