LEADTOOLS SharePoint Client (Leadtools.SharePoint.Client assembly)
LEAD Technologies, Inc

Proxy Property






Gets or sets the proxy used by this SharePointClient object.
Syntax
public IWebProxy Proxy {get; set;}
'Declaration
 
Public Property Proxy As IWebProxy
'Usage
 
Dim instance As SharePointClient
Dim value As IWebProxy
 
instance.Proxy = value
 
value = instance.Proxy
public IWebProxy Proxy {get; set;}
 get_Proxy();
set_Proxy(value);
public:
property IWebProxy^ Proxy {
   IWebProxy^ get();
   void set (    IWebProxy^ value);
}

Property Value

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

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

Example

For an example, refer to SharePointClient.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SharePointClient Class
SharePointClient Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.