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