|
static bool | IsSupported [get] |
|
bool | UseCookies [get, set] |
|
CookieContainer | CookieContainer [get, set] |
|
DecompressionMethods | AutomaticDecompression [get, set] |
|
bool | UseProxy [get, set] |
|
IWebProxy? | Proxy [get, set] |
|
ICredentials? | DefaultProxyCredentials [get, set] |
|
bool | PreAuthenticate [get, set] |
|
ICredentials? | Credentials [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] |
|
DistributedContextPropagator? | ActivityHeadersPropagator [get, set] |
|
Definition at line 13 of file SocketsHttpHandler.cs.