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