3 implementations of OnInboundControlStreamSetting
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
292public void OnInboundControlStreamSetting(Http3SettingType type, long value)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Connection.cs (1)
867void IHttp3StreamLifetimeHandler.OnInboundControlStreamSetting(Http3SettingType type, long value)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
292public void OnInboundControlStreamSetting(Http3SettingType type, long value)
3 references to OnInboundControlStreamSetting
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
294_inner.OnInboundControlStreamSetting(type, value);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3ControlStream.cs (1)
422_context.StreamLifetimeHandler.OnInboundControlStreamSetting((Http3SettingType)id, value);
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
294_inner.OnInboundControlStreamSetting(type, value);