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