4 references to _clientSettings
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http3\Http3Connection.cs (3)
874
_clientSettings
.MaxRequestHeaderFieldSectionSize = (uint)value;
879
_clientSettings
.EnableWebTransport = (uint)value;
882
_clientSettings
.H3Datagram = (uint)value;
Internal\Http3\Http3StreamContext.cs (1)
30
ClientPeerSettings = connection.
_clientSettings
;