67 references to Receive
IIS.FunctionalTests (15)
src\Servers\IIS\IIS\test\Common.FunctionalTests\CompressionTests.cs (2)
64await connection.Receive( 106await connection.Receive(
src\Servers\IIS\IIS\test\Common.FunctionalTests\RequestResponseTests.cs (13)
234await connection.Receive( 243await connection.Receive(c.ToString()); 272await connection.Receive( 280await connection.Receive(message); 304await connection.Receive( 314await connection.Receive("Hello"); 318await connection.Receive( 322await connection.Receive( 359await connection.Receive( 364await connection.Receive("Completed"); 685await connection.Receive( 765await connection.Receive( 786await connection.Receive(
IIS.LongTests (6)
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (6)
217await connection.Receive( 220await connection.Receive("1", $"{i + 1}"); 234await statusConnection.Receive("HTTP/1.1 200 OK", 240await statusConnection.Receive("5", 247await statusConnection.Receive("5", "test2", ""); 252await connectionList[i].Receive("", "4", "done");
IIS.NewHandler.FunctionalTests (6)
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (6)
217await connection.Receive( 220await connection.Receive("1", $"{i + 1}"); 234await statusConnection.Receive("HTTP/1.1 200 OK", 240await statusConnection.Receive("5", 247await statusConnection.Receive("5", "test2", ""); 252await connectionList[i].Receive("", "4", "done");
IIS.NewShim.FunctionalTests (6)
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (6)
217await connection.Receive( 220await connection.Receive("1", $"{i + 1}"); 234await statusConnection.Receive("HTTP/1.1 200 OK", 240await statusConnection.Receive("5", 247await statusConnection.Receive("5", "test2", ""); 252await connectionList[i].Receive("", "4", "done");
IIS.Tests (13)
ClientDisconnectTests.cs (2)
266await connection.Receive( 309await connection.Receive(
MaxRequestBodySizeTests.cs (10)
53await connection.Receive("HTTP/1.1 413 Payload Too Large"); 96await connection.Receive("HTTP/1.1 413 Payload Too Large"); 126await connection.Receive("HTTP/1.1 200 OK"); 156await connection.Receive("HTTP/1.1 200 OK"); 179await connection.Receive("HTTP/1.1 200 OK"); 203await connection.Receive("HTTP/1.1 200 OK"); 229await connection.Receive("HTTP/1.1 200 OK"); 264await connection.Receive( 305await connection.Receive("HTTP/1.1 413 Payload Too Large"); 339await connection.Receive(
ResponseAbortTests.cs (1)
53await connection.Receive(
IISExpress.FunctionalTests (21)
src\Servers\IIS\IIS\test\Common.FunctionalTests\CompressionTests.cs (2)
64await connection.Receive( 106await connection.Receive(
src\Servers\IIS\IIS\test\Common.FunctionalTests\RequestResponseTests.cs (13)
234await connection.Receive( 243await connection.Receive(c.ToString()); 272await connection.Receive( 280await connection.Receive(message); 304await connection.Receive( 314await connection.Receive("Hello"); 318await connection.Receive( 322await connection.Receive( 359await connection.Receive( 364await connection.Receive("Completed"); 685await connection.Receive( 765await connection.Receive( 786await connection.Receive(
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (6)
217await connection.Receive( 220await connection.Receive("1", $"{i + 1}"); 234await statusConnection.Receive("HTTP/1.1 200 OK", 240await statusConnection.Receive("5", 247await statusConnection.Receive("5", "test2", ""); 252await connectionList[i].Receive("", "4", "done");