5 references to _serverSettings
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http3\Http3Connection.cs (4)
64
_serverSettings
.HeaderTableSize = (uint)httpLimits.Http3.HeaderTableSize;
65
_serverSettings
.MaxRequestHeaderFieldSectionSize = (uint)httpLimits.MaxRequestHeadersTotalSize;
66
_serverSettings
.EnableWebTransport = Convert.ToUInt32(context.ServiceContext.ServerOptions.EnableWebTransportAndH3Datagrams);
69
_serverSettings
.H3Datagram = Convert.ToUInt32(context.ServiceContext.ServerOptions.EnableWebTransportAndH3Datagrams);
Internal\Http3\Http3StreamContext.cs (1)
31
ServerPeerSettings = connection.
_serverSettings
;