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