7 references to ApplicationStream
Microsoft.AspNetCore.Http.Connections (3)
Internal\HttpConnectionDispatcher.cs (3)
488
await context.Request.Body.CopyToAsync(connection.
ApplicationStream
, bufferSize);
528
Log.ReceivedBytes(_logger, connection.
ApplicationStream
.Length);
533
connection.
ApplicationStream
.Reset();
Microsoft.AspNetCore.Http.Connections.Tests (4)
HttpConnectionDispatcherTests.cs (4)
608
Assert.Equal(0, connection.
ApplicationStream
.Length);
614
Assert.Equal(0, connection.
ApplicationStream
.Length);
2640
await connection.
ApplicationStream
.WriteAsync(buffer, 0, buffer.Length).DefaultTimeout();
2697
await connection.
ApplicationStream
.WriteAsync(buffer, 0, buffer.Length).DefaultTimeout();