I am trying to consume REST API to get the list of Subscription User Accounts from management portal.
The API was working fine but it started showing the following web exception since 25th March.
"The underlying connection was closed: An unexpected error occurred on a send."
I have tried by setting the KeepAlive property of the HttpWebRequestclass to false, but couldn't resolve the issue.
Request your help in resolving this issue.