LEADTOOLS SharePoint Client (Leadtools.SharePoint.Client assembly)

Proxy Property

Show in webframe





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:
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

See Also

Reference

SharePointClient Class
SharePointClient Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.