Base:
3 references to Length
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
528
Log.ReceivedBytes(_logger, connection.ApplicationStream.
Length
);
Microsoft.AspNetCore.Http.Connections.Tests (2)
HttpConnectionDispatcherTests.cs (2)
608
Assert.Equal(0, connection.ApplicationStream.
Length
);
614
Assert.Equal(0, connection.ApplicationStream.
Length
);