StructuredRepositorySystemUtility<T>.SetProxyServerInfo Method
Specifies proxy server information for the proxy.
Namespace: Microsoft.Office.Server.Search.Connector.BDC
Assembly: Microsoft.Office.Server.Search.Connector (in Microsoft.Office.Server.Search.Connector.dll)
Syntax
'Declaration
Protected MustOverride Sub SetProxyServerInfo ( _
proxy As T, _
proxyServerName As String, _
bypassList As String, _
bypassProxyForLocalAddress As Boolean _
)
'Usage
Dim proxy As T
Dim proxyServerName As String
Dim bypassList As String
Dim bypassProxyForLocalAddress As Boolean
Me.SetProxyServerInfo(proxy, proxyServerName, _
bypassList, bypassProxyForLocalAddress)
protected abstract void SetProxyServerInfo(
T proxy,
string proxyServerName,
string bypassList,
bool bypassProxyForLocalAddress
)
Parameters
proxy
Type: TThe proxy to set the proxy server information for.
proxyServerName
Type: System.StringThe proxy server name for the proxy.
bypassList
Type: System.StringThe list of addresses that bypass the proxy server.
bypassProxyForLocalAddress
Type: System.BooleanIndicates whether local addresses should bypass the proxy server. true for local addresses to bypass the proxy server; otherwise, false.
See Also
Reference
StructuredRepositorySystemUtility<T> Class