1 write to BytesSent
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\Response.cs (1)
384asyncResult.BytesSent = bytesSent;
2 references to BytesSent
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\ResponseBody.cs (2)
346bytesSent = asyncResult.BytesSent; 668bytesSent = asyncResult.BytesSent;