1 write to BytesSent
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\Response.cs (1)
368asyncResult.BytesSent = bytesSent;
2 references to BytesSent
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\ResponseBody.cs (2)
353bytesSent = asyncResult.BytesSent; 675bytesSent = asyncResult.BytesSent;