Specifies whether the search service uses a proxy server or connects directly when crawling content.
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)
语法
声明
Public Enumeration ProxyType
用法
Dim instance As ProxyType
public enum ProxyType
成员
| 成员名称 | 说明 | |
|---|---|---|
| Default | Uses the default connection method. | |
| Direct | Does not use a proxy server. | |
| Proxy | Uses a proxy server. |