3 references to TestStreamContext
InMemory.FunctionalTests (3)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (3)
405
var testStreamContext = new
TestStreamContext
(canRead: true, canWrite: false, this);
463
testStreamContext = new
TestStreamContext
(canRead: true, canWrite: true, this);
1073
var testStreamContext = new
TestStreamContext
(canRead: true, canWrite: false, _testBase);