Skip to main content
Home Forums Silverlight Programming Programming with .NET - General System.System.Windows.Browser.Serialization.JavaScriptSerializer.MaxJsonLength , How can I change this on the client side?
1 replies. Latest Post by luisabreu on July 16, 2007.
(0)
wwallace
Member
2 points
3 Posts
07-15-2007 11:37 PM |
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.
luisabreu
Participant
1676 points
612 Posts
07-16-2007 4:15 AM |
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.