.net core 3.1 - the read operation failed, see inner exception.System.Net.Http.WinHttpException (0x80004004): Operation aborted;

0

The following request reached the server and the server returned the response back to client.

response = ServiceInterfaceClient.OperationName(request);

But the client side always throws this problem.

"One or more errors occurred. (The read operation failed, see inner exception.)System.IO.IOException: The read operation failed, see inner exception.\r\n ---> System.Net.Http.WinHttpException (0x80004004): Operation aborted\r\n --- End of inner exception stack trace ---\r\n at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)\r\n at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result)\r\n at System.ServiceModel.Channels.Service

c#
.net
asked on Stack Overflow May 6, 2021 by Learn • edited May 6, 2021 by Learn

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0