4 references to ReadAllAsync
Microsoft.AspNetCore.SignalR.Client.Tests (4)
HttpConnectionTests.Transport.cs (4)
218
Assert.Contains("This is a test", Encoding.UTF8.GetString(await connection.Transport.Input.
ReadAllAsync
()));
447
await Assert.ThrowsAsync<HttpRequestException>(async () => await connection.Transport.Input.
ReadAllAsync
());
510
await connection.Transport.Input.
ReadAllAsync
();
551
await Assert.ThrowsAsync<HttpRequestException>(async () => await connection.Transport.Input.
ReadAllAsync
());