2 writes to BytesTransferred
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (2)
Internal\SocketOperationResult.cs (2)
21
BytesTransferred
= bytesTransferred;
27
BytesTransferred
= 0;
1 reference to BytesTransferred
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Internal\SocketConnection.cs (1)
161
var bytesReceived = receiveResult.
BytesTransferred
;