C#
VB
C++
Gets or sets the proxy used by this SharePointClient object.
public IWebProxy Proxy { get; set; }
An System.Net.IWebProxy instance used to send requests. The default value is null (Nothing in VB).
Refer to System.Net.IWebProxy in MSDN for more information.
For an example, refer to SharePointClient.