ArcFM Server Developer Guide
setProxyCredentials Method (ServerXMLHTTP60Class)


Syntax
'Declaration
 
<DispIdAttribute(20)>
Public Overridable Sub setProxyCredentials( _
   ByVal bstrUserName As String, _
   ByVal bstrPassword As String _
) 
'Usage
 
Dim instance As ServerXMLHTTP60Class
Dim bstrUserName As String
Dim bstrPassword As String
 
instance.setProxyCredentials(bstrUserName, bstrPassword)
[DispId(20)]
public virtual 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

ServerXMLHTTP60Class Class
ServerXMLHTTP60Class Members

 

 


Send Comment