3
Reply

Third party web services

Pavan Birajdar

Pavan Birajdar

Nov 9 2017 3:00 AM
161
Hi, I am consuming netsuite webservies in MVC 5.
 
facing one error could u any one help me?
 
error: An existing connection was forcibly closed by the remote host
Exception Details: System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
 
WebResponse webResponse = webRequest.GetResponse();

Answers (3)