29 references to SendAll
InMemory.FunctionalTests (29)
BadHttpRequestTests.cs (9)
178await client.SendAll($"GET http://www.foo.com/api/data HTTP/1.1\r\n{hostHeader}\r\n\r\n"); 219await connection.SendAll( 241await client.SendAll( 347await connection.SendAll(request); 394await connection.SendAll( 409await connection.SendAll( 460await connection.SendAll( 478await connection.SendAll( 535await connection.SendAll(
ChunkedRequestTests.cs (11)
506await connection.SendAll( 550await connection.SendAll( 681await connection.SendAll( 725await connection.SendAll( 757await connection.SendAll( 780await connection.SendAll( 803await connection.SendAll( 826await connection.SendAll( 884await connection.SendAll( 937await connection.SendAll( 1100await 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(