Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Http.SocketsHttpHandler Class Referencesealed

Public Member Functions

void Dispose ()
 

Protected Member Functions

override void Dispose (bool disposing)
 

Package Functions

override HttpResponseMessage Send (HttpRequestMessage request, CancellationToken cancellationToken)
 
override Task< HttpResponseMessageSendAsync (HttpRequestMessage request, CancellationToken cancellationToken)
 

Properties

static bool IsSupported [get]
 
bool UseCookies [get, set]
 
CookieContainer CookieContainer [get, set]
 
DecompressionMethods AutomaticDecompression [get, set]
 
bool UseProxy [get, set]
 
IWebProxyProxy [get, set]
 
ICredentialsDefaultProxyCredentials [get, set]
 
bool PreAuthenticate [get, set]
 
ICredentialsCredentials [get, set]
 
bool AllowAutoRedirect [get, set]
 
int MaxAutomaticRedirections [get, set]
 
int MaxConnectionsPerServer [get, set]
 
int MaxResponseDrainSize [get, set]
 
TimeSpan ResponseDrainTimeout [get, set]
 
int MaxResponseHeadersLength [get, set]
 
SslClientAuthenticationOptions SslOptions [get, set]
 
TimeSpan PooledConnectionLifetime [get, set]
 
TimeSpan PooledConnectionIdleTimeout [get, set]
 
TimeSpan ConnectTimeout [get, set]
 
TimeSpan Expect100ContinueTimeout [get, set]
 
int InitialHttp2StreamWindowSize [get, set]
 
TimeSpan KeepAlivePingDelay [get, set]
 
TimeSpan KeepAlivePingTimeout [get, set]
 
HttpKeepAlivePingPolicy KeepAlivePingPolicy [get, set]
 
bool EnableMultipleHttp2Connections [get, set]
 
Func< SocketsHttpConnectionContext, CancellationToken, ValueTask< Stream > >? ConnectCallback [get, set]
 
Func< SocketsHttpPlaintextStreamFilterContext, CancellationToken, ValueTask< Stream > >? PlaintextStreamFilter [get, set]
 
IDictionary< string, object?> Properties [get]
 
HeaderEncodingSelector< HttpRequestMessage >? RequestHeaderEncodingSelector [get, set]
 
HeaderEncodingSelector< HttpRequestMessage >? ResponseHeaderEncodingSelector [get, set]
 
DistributedContextPropagatorActivityHeadersPropagator [get, set]
 

Private Member Functions

void CheckDisposed ()
 
void CheckDisposedOrStarted ()
 
HttpMessageHandlerStage SetupHandlerChain ()
 
Exception ValidateAndNormalizeRequest (HttpRequestMessage request)
 

Private Attributes

readonly HttpConnectionSettings _settings = new HttpConnectionSettings()
 
HttpMessageHandlerStage _handler
 
bool _disposed
 

Detailed Description

Definition at line 13 of file SocketsHttpHandler.cs.


The documentation for this class was generated from the following file: