29 references to SendAll
InMemory.FunctionalTests (29)
BadHttpRequestTests.cs (9)
181await client.SendAll($"GET {requestString} HTTP/1.1\r\n{hostHeader}\r\n\r\n"); 222await connection.SendAll( 244await client.SendAll( 350await connection.SendAll(request); 397await connection.SendAll( 412await connection.SendAll( 463await connection.SendAll( 481await connection.SendAll( 538await connection.SendAll(
ChunkedRequestTests.cs (11)
506await connection.SendAll( 550await connection.SendAll( 681await connection.SendAll( 725await connection.SendAll( 760await connection.SendAll( 783await connection.SendAll( 806await connection.SendAll( 829await connection.SendAll( 887await connection.SendAll( 940await connection.SendAll( 1103await connection.SendAll(
MaxRequestLineSizeTests.cs (1)
69await connection.SendAll(requestLine);
RequestHeaderLimitsTests.cs (2)
104await connection.SendAll($"GET / HTTP/1.1\r\n{headers}\r\n"); 133await connection.SendAll($"GET / HTTP/1.1\r\n{headers}\r\n");
RequestTests.cs (6)
1025await connection.SendAll( 1060await connection.SendAll( 1099await connection.SendAll( 1248await connection.SendAll( 1575await connection.SendAll( 1608await connection.SendAll(