This topic has not yet been rated - Rate this topic

SearchProxyInfo constructor

Initializes a new instance of the SearchProxyInfo class based on the HTTP proxy settings.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
public SearchProxyInfo(
	bool useCrawlProxyForFederation,
	WebProxy crawlProxy
)

Parameters

useCrawlProxyForFederation
Type: System.Boolean
true to use the crawl proxy settings for federated searches; otherwise, false.
crawlProxy
Type: System.Net.WebProxy
The HTTP proxy server settings used when crawling other servers.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.