ArcFM Desktop Developer Guide
setProxyCredentials Method (IServerXMLHTTPRequest2)


Syntax
'Declaration
 
<DispIdAttribute(20)>
Sub setProxyCredentials( _
   ByVal bstrUserName As String, _
   ByVal bstrPassword As String _
) 
'Usage
 
Dim instance As IServerXMLHTTPRequest2
Dim bstrUserName As String
Dim bstrPassword As String
 
instance.setProxyCredentials(bstrUserName, bstrPassword)
[DispId(20)]
void setProxyCredentials( 
   string bstrUserName,
   string bstrPassword
)

Parameters

bstrUserName
bstrPassword
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