33 references to SendAll
InMemory.FunctionalTests (33)
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 (15)
571await connection.SendAll( 615await connection.SendAll( 746await connection.SendAll( 790await connection.SendAll( 825await connection.SendAll( 848await connection.SendAll( 871await connection.SendAll( 894await connection.SendAll( 952await connection.SendAll( 1005await connection.SendAll( 1168await connection.SendAll( 1209await connection.SendAll( 1216await connection.SendAll( 1250await connection.SendAll( 1257await 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(