Error processing SSI file
LEADTOOLS SharePoint Client (Leadtools.SharePoint.Client assembly)

Show in webframe

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

Error processing SSI file