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