3 references to VerifyContent
Interop.FunctionalTests (3)
HttpClientHttp2InteropTests.cs (3)
95
await BulkContent.
VerifyContent
(await response.Content.ReadAsStreamAsync().DefaultTimeout());
140
await BulkContent.
VerifyContent
(await response.Content.ReadAsStreamAsync()).DefaultTimeout();
189
await BulkContent.
VerifyContent
(await response.Content.ReadAsStreamAsync().DefaultTimeout());