Home / AJAX

Sys.Net.WebServiceProxy.enableJsonp Property

RSS
Modified on 2009/11/14 19:13 by Administrator Categorized as Uncategorized

Gets or sets a value that indicates whether the service supports JSONP for cross-domain calls.

var enableJsonp = webRequest.get_enableJsonp();
webRequest.set_enableJsonp(true);

Return Value

true if the Web service supports JSONP for cross-domain calls; otherwise, false.

See Also