1 write to _notImplementedApp
InMemory.FunctionalTests (1)
Http3\Http3TestBase.cs (1)
61
_notImplementedApp
= _ => throw new NotImplementedException();
2 references to _notImplementedApp
InMemory.FunctionalTests (2)
Http3\Http3StreamTests.cs (2)
2331
var requestStream = await Http3Api.InitializeConnectionAndStreamsAsync(
_notImplementedApp
, headers, endStream: true);
2389
var requestStream = await Http3Api.InitializeConnectionAndStreamsAsync(
_notImplementedApp
, headers, endStream: true);