SearchService.WebProxy property

Gets the WebProxy object that contains the proxy server settings used when 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 WebProxy As WebProxy
    Get
'Usage
Dim instance As SearchService
Dim value As WebProxy

value = instance.WebProxy
public WebProxy WebProxy { get; }

Property value

Type: System.Net.WebProxy

See also

Reference

SearchService class

SearchService members

Microsoft.Office.Server.Search.Administration namespace