12 references to SendAsync
Interop.FunctionalTests (12)
HttpClientHttp2InteropTests.cs (12)
301
await streamingContent.
SendAsync
("Hello World").DefaultTimeout();
308
await streamingContent.
SendAsync
("Hello World").DefaultTimeout();
378
await streamingContent.
SendAsync
("Hello World").DefaultTimeout();
389
await streamingContent.
SendAsync
("Hello World").DefaultTimeout();
444
await streamingContent.
SendAsync
("Hello World").DefaultTimeout();
743
await Assert.ThrowsAsync<HttpProtocolException>(() => streamingContent.
SendAsync
("Hello World").DefaultTimeout());
793
await streamingContent.
SendAsync
("Hello World").DefaultTimeout();
802
await Assert.ThrowsAsync<HttpProtocolException>(() => streamingContent.
SendAsync
("Hello World").DefaultTimeout());
890
await streamingContent.
SendAsync
("Hello World").DefaultTimeout();
1440
await streamingContent.
SendAsync
(oneKbString).DefaultTimeout();
1526
await streamingContent0.
SendAsync
(oneKbString).DefaultTimeout();
1527
await streamingContent1.
SendAsync
(oneKbString).DefaultTimeout();