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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.