1 write to ClientPeerSettings
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3StreamContext.cs (1)
30
ClientPeerSettings
= connection._clientSettings;
6 references to ClientPeerSettings
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http3\Http3ControlStream.cs (1)
59
context.
ClientPeerSettings
,
Internal\Http3\Http3Stream.cs (5)
116
context.
ClientPeerSettings
,
842
if (_context.
ClientPeerSettings
.EnableWebTransport != _context.ServerPeerSettings.EnableWebTransport)
844
throw new Http3StreamErrorException(CoreStrings.FormatHttp3WebTransportStatusMismatch(_context.
ClientPeerSettings
.EnableWebTransport == 1, _context.ServerPeerSettings.EnableWebTransport == 1), Http3ErrorCode.SettingsError);
847
if (_context.
ClientPeerSettings
.H3Datagram != _context.ServerPeerSettings.H3Datagram)
849
throw new Http3StreamErrorException(CoreStrings.FormatHttp3DatagramStatusMismatch(_context.
ClientPeerSettings
.H3Datagram == 1, _context.ServerPeerSettings.H3Datagram == 1), Http3ErrorCode.SettingsError);