2 instantiations of HttpConnectionSettings
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (1)
97
var settings = new
HttpConnectionSettings
()
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
21
private readonly HttpConnectionSettings _settings = new
HttpConnectionSettings
();
14 references to HttpConnectionSettings
System.Net.Http (14)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
283
public
HttpConnectionSettings
Settings => _poolManager.Settings;
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (1)
25
HttpConnectionSettings
settings = connection._pool.Settings;
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (3)
514
public static byte[] BuildSettingsFrame(
HttpConnectionSettings
settings)
949
private
HttpConnectionSettings
_settings;
954
public WaitForHttp3ConnectionActivity(
HttpConnectionSettings
settings, HttpAuthority authority)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (3)
43
private readonly
HttpConnectionSettings
_settings;
60
public HttpConnectionPoolManager(
HttpConnectionSettings
settings)
227
public
HttpConnectionSettings
Settings => _settings;
System\Net\Http\SocketsHttpHandler\HttpConnectionSettings.cs (2)
89
public
HttpConnectionSettings
CloneAndNormalize()
97
var
settings = new HttpConnectionSettings()
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (4)
21
private readonly
HttpConnectionSettings
_settings = new HttpConnectionSettings();
24
private Func<
HttpConnectionSettings
, HttpMessageHandlerStage, HttpMessageHandlerStage>? _decompressionHandlerFactory;
28
internal
HttpConnectionSettings
Settings => _settings;
521
HttpConnectionSettings
settings = _settings.CloneAndNormalize();