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