5 references to SocketOperationResult
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (5)
Internal\SocketAwaitableEventArgs.cs (1)
53return new SocketOperationResult(CreateException(SocketError));
Internal\SocketReceiver.cs (2)
29: new ValueTask<SocketOperationResult>(new SocketOperationResult(CreateException(error))); 46: new ValueTask<SocketOperationResult>(new SocketOperationResult(CreateException(error)));
Internal\SocketSender.cs (2)
39: new ValueTask<SocketOperationResult>(new SocketOperationResult(CreateException(error))); 73: new ValueTask<SocketOperationResult>(new SocketOperationResult(CreateException(error)));