Page view counter
System.System.Windows.Browser.Serialization.JavaScriptSerializer.MaxJsonLength , How can I change this on the client side?
Last post 07-16-2007 4:15 AM by luisabreu. 1 replies.
Sort Posts:
07-15-2007 11:37 PM
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

wwallace

Loading...
Joined on 07-09-2007
Posts 3
07-16-2007 4:15 AM
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.

luisabreu

Loading...
Joined on 04-30-2007
Posts 612
Microsoft Communities