[progress Communities] [progress Openedge Abl] Forum Post: Re: Using System.web.webclient

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
If you look at msdn.microsoft.com/.../system.net.webexception(v=vs.110).aspx you should be able to get the returned JSON via the WebException's Response property (which is a WebResponse and which should have the body attached to it somehow)

Continue reading...
 
Status
Not open for further replies.
Back
Top