←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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.