6 references to ConnectionResetException
BasicWebSite (2)
StartupWhereReadingRequestBodyThrows.cs (2)
54
throw new
ConnectionResetException
("Some error");
59
throw new
ConnectionResetException
("Some error");
InMemory.FunctionalTests (3)
Http2\Http2ConnectionTests.cs (2)
5100
_pair.Application.Output.Complete(new
ConnectionResetException
(string.Empty));
5113
_pair.Application.Output.Complete(new
ConnectionResetException
(string.Empty));
TestTransport\InMemoryConnection.cs (1)
23
TransportConnection.Input.Complete(new
ConnectionResetException
(string.Empty));
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTests.cs (1)
5316
prevPipe.Complete(new
ConnectionResetException
(""));