Skip to main content

Microsoft Silverlight

System.System.Windows.Browser.Serialization.JavaScriptSerializer.MaxJsonLength , How can I change this on the client side?RSS Feed

(0)

wwallace
wwallace

Member

Member

2 points

3 Posts

System.System.Windows.Browser.Serialization.JavaScriptSerializer.MaxJsonLength , How can I change this on the client side?

System.System.Windows.Browser.Serialization.JavaScriptSerializer.MaxJsonLength , How can I change this on the client side? I am accessing a service using System.Windows.Browser.Net.SoapHttpClientProtocol and need to increase the MaxJsonLength for a call. I have the ASP.NET end solved but can't figure out the client end.

William Wallace

luisabreu
luisabreu

Participant

Participant

1676 points

612 Posts

Re: System.System.Windows.Browser.Serialization.JavaScriptSerializer.MaxJsonLength , How can I change this on the client side?

hello.

to do that i believe that you'll have to use the BrowserHttpWebRequest object directly since in the current version The SoapHttpClientProtocol doesn't expose any property that lets you access the javascript serializer.

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities