LocationConfigurationCollection.CrawlProxy property
Specifies a WebProxy object that contains the HTTP proxy settings used for crawling other servers.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property CrawlProxy As WebProxy
Get
'Usage
Dim instance As LocationConfigurationCollection
Dim value As WebProxy
value = instance.CrawlProxy
public WebProxy CrawlProxy { get; }
Property value
Type: System.Net.WebProxy
See also
Reference
LocationConfigurationCollection class