2 instantiations of Http3PeerSettings
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3Connection.cs (2)
29internal readonly Http3PeerSettings _serverSettings = new(); 30internal readonly Http3PeerSettings _clientSettings = new();
6 references to Http3PeerSettings
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http3\Http3Connection.cs (2)
29internal readonly Http3PeerSettings _serverSettings = new(); 30internal readonly Http3PeerSettings _clientSettings = new();
Internal\Http3\Http3ControlStream.cs (1)
24private readonly Http3PeerSettings _serverPeerSettings;
Internal\Http3\Http3FrameWriter.cs (1)
59public Http3FrameWriter(ConnectionContext connectionContext, ITimeoutControl timeoutControl, MinDataRate? minResponseDataRate, MemoryPool<byte> memoryPool, KestrelTrace log, IStreamIdFeature streamIdFeature, Http3PeerSettings clientPeerSettings, IHttp3Stream http3Stream)
Internal\Http3\Http3StreamContext.cs (2)
37public Http3PeerSettings ClientPeerSettings { get; } 38public Http3PeerSettings ServerPeerSettings { get; }