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