←Select platform

Proxy Property

Summary

Gets or sets the proxy used by this SharePointClient object.

Syntax

C#
VB
C++
public IWebProxy Proxy {get; set;}
Public Property Proxy As IWebProxy
public: 
property IWebProxy^ Proxy { 
   IWebProxy^ get(); 
   void set (    IWebProxy^ ); 
} 

Property Value

An System.Net.IWebProxy instance used to send requests. The default value is null (Nothing in VB).

Remarks

Refer to System.Net.IWebProxy in MSDN for more information.

Example

For an example, refer to SharePointClient.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Click or drag to resize