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
();
11 references to HttpConnectionSettings
System.Net.Http (11)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
298
public
HttpConnectionSettings
Settings => _poolManager.Settings;
System\Net\Http\SocketsHttpHandler\Http2StreamWindowManager.cs (1)
25
HttpConnectionSettings
settings = connection._pool.Settings;
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (1)
494
public static byte[] BuildSettingsFrame(
HttpConnectionSettings
settings)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (3)
43
private readonly
HttpConnectionSettings
_settings;
60
public HttpConnectionPoolManager(
HttpConnectionSettings
settings)
224
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 (3)
21
private readonly
HttpConnectionSettings
_settings = new HttpConnectionSettings();
23
private Func<
HttpConnectionSettings
, HttpMessageHandlerStage, HttpMessageHandlerStage>? _decompressionHandlerFactory;
517
HttpConnectionSettings
settings = _settings.CloneAndNormalize();