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)
2331var requestStream = await Http3Api.InitializeConnectionAndStreamsAsync(_notImplementedApp, headers, endStream: true); 2389var requestStream = await Http3Api.InitializeConnectionAndStreamsAsync(_notImplementedApp, headers, endStream: true);