ProxyType Enumeration

Specifies whether the search service uses a proxy server or connects directly when crawling content.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Enumeration ProxyType
'Usage
Dim instance As ProxyType
public enum ProxyType

Members

Member name Description
Default Uses the default connection method.
Direct Does not use a proxy server.
Proxy Uses a proxy server.

See Also

Reference

Microsoft.Office.Server.Search.Administration Namespace