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