This topic has not yet been rated - Rate this topic

WebProxy class

SharePoint 2013

A proxy class that allows client code to call third-party web services.

System.Object
  Microsoft.SharePoint.Client.WebProxy

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
public static class WebProxy

This proxy is needed for JavaScript code to escape from the browser's cross-domain scripting restriction. Using this proxy from other client code is not recommended.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.