67 references to Receive
IIS.FunctionalTests (15)
src\Servers\IIS\IIS\test\Common.FunctionalTests\CompressionTests.cs (2)
63await connection.Receive( 105await connection.Receive(
src\Servers\IIS\IIS\test\Common.FunctionalTests\RequestResponseTests.cs (13)
233await connection.Receive( 242await connection.Receive(c.ToString()); 271await connection.Receive( 279await connection.Receive(message); 303await connection.Receive( 313await connection.Receive("Hello"); 317await connection.Receive( 321await connection.Receive( 358await connection.Receive( 363await connection.Receive("Completed"); 684await connection.Receive( 764await connection.Receive( 785await connection.Receive(
IIS.LongTests (6)
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (6)
216await connection.Receive( 219await connection.Receive("1", $"{i + 1}"); 233await statusConnection.Receive("HTTP/1.1 200 OK", 239await statusConnection.Receive("5", 246await statusConnection.Receive("5", "test2", ""); 251await connectionList[i].Receive("", "4", "done");
IIS.NewHandler.FunctionalTests (6)
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (6)
216await connection.Receive( 219await connection.Receive("1", $"{i + 1}"); 233await statusConnection.Receive("HTTP/1.1 200 OK", 239await statusConnection.Receive("5", 246await statusConnection.Receive("5", "test2", ""); 251await connectionList[i].Receive("", "4", "done");
IIS.NewShim.FunctionalTests (6)
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (6)
216await connection.Receive( 219await connection.Receive("1", $"{i + 1}"); 233await statusConnection.Receive("HTTP/1.1 200 OK", 239await statusConnection.Receive("5", 246await statusConnection.Receive("5", "test2", ""); 251await connectionList[i].Receive("", "4", "done");
IIS.Tests (13)
ClientDisconnectTests.cs (2)
265await connection.Receive( 308await connection.Receive(
MaxRequestBodySizeTests.cs (10)
52await connection.Receive("HTTP/1.1 413 Payload Too Large"); 95await connection.Receive("HTTP/1.1 413 Payload Too Large"); 125await connection.Receive("HTTP/1.1 200 OK"); 155await connection.Receive("HTTP/1.1 200 OK"); 178await connection.Receive("HTTP/1.1 200 OK"); 202await connection.Receive("HTTP/1.1 200 OK"); 228await connection.Receive("HTTP/1.1 200 OK"); 263await connection.Receive( 304await connection.Receive("HTTP/1.1 413 Payload Too Large"); 338await connection.Receive(
ResponseAbortTests.cs (1)
52await connection.Receive(
IISExpress.FunctionalTests (21)
src\Servers\IIS\IIS\test\Common.FunctionalTests\CompressionTests.cs (2)
63await connection.Receive( 105await connection.Receive(
src\Servers\IIS\IIS\test\Common.FunctionalTests\RequestResponseTests.cs (13)
233await connection.Receive( 242await connection.Receive(c.ToString()); 271await connection.Receive( 279await connection.Receive(message); 303await connection.Receive( 313await connection.Receive("Hello"); 317await connection.Receive( 321await connection.Receive( 358await connection.Receive( 363await connection.Receive("Completed"); 684await connection.Receive( 764await connection.Receive( 785await connection.Receive(
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (6)
216await connection.Receive( 219await connection.Receive("1", $"{i + 1}"); 233await statusConnection.Receive("HTTP/1.1 200 OK", 239await statusConnection.Receive("5", 246await statusConnection.Receive("5", "test2", ""); 251await connectionList[i].Receive("", "4", "done");