SearchProxyInfo-Konstruktor
Initialisiert eine neue Instanz der Klasse SearchProxyInfo basierend auf den HTTP-Proxy-Einstellungen.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
useCrawlProxyForFederation As Boolean, _
crawlProxy As WebProxy _
)
'Usage
Dim useCrawlProxyForFederation As Boolean
Dim crawlProxy As WebProxy
Dim instance As New SearchProxyInfo(useCrawlProxyForFederation, _
crawlProxy)
public SearchProxyInfo(
bool useCrawlProxyForFederation,
WebProxy crawlProxy
)
Parameter
useCrawlProxyForFederation
Typ: System.Booleantrue die Durchforstung Proxy-Einstellungen für Suchabfragen verwenden; andernfalls false.
crawlProxy
Typ: System.Net.WebProxyDie HTTP-Proxyeinstellungen verwendet beim Crawlen anderer Server.