WebProxy class
A proxy class that allows client code to call third-party web services.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.WebProxy
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public NotInheritable Class WebProxy
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class WebProxy
Remarks
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.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.