ArcFM Desktop Developer Guide
setProxy Method (IServerXMLHTTPRequest2)


Syntax
'Declaration
 
<DispIdAttribute(19)>
Sub setProxy( _
   ByVal proxySetting As SXH_PROXY_SETTING, _
   Optional ByVal varProxyServer As Object, _
   Optional ByVal varBypassList As Object _
) 
'Usage
 
Dim instance As IServerXMLHTTPRequest2
Dim proxySetting As SXH_PROXY_SETTING
Dim varProxyServer As Object
Dim varBypassList As Object
 
instance.setProxy(proxySetting, varProxyServer, varBypassList)
[DispId(19)]
void setProxy( 
   SXH_PROXY_SETTING proxySetting,
   object varProxyServer,
   object varBypassList
)

Parameters

proxySetting
varProxyServer
varBypassList
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IServerXMLHTTPRequest2 Interface
IServerXMLHTTPRequest2 Members

 

 


Send Comment