5 references to SocketOperationResult
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (5)
Internal\SocketAwaitableEventArgs.cs (1)
56return new SocketOperationResult(BytesTransferred);
Internal\SocketReceiver.cs (2)
28? new ValueTask<SocketOperationResult>(new SocketOperationResult(bytesTransferred)) 45? new ValueTask<SocketOperationResult>(new SocketOperationResult(bytesTransferred))
Internal\SocketSender.cs (2)
38? new ValueTask<SocketOperationResult>(new SocketOperationResult(bytesTransferred)) 72? new ValueTask<SocketOperationResult>(new SocketOperationResult(bytesTransferred))