ArcFM Desktop Developer Guide
setRequestHeader Method (IXMLHTTPRequest2)


Syntax
'Declaration
 
Sub setRequestHeader( _
   ByVal pwszHeader As String, _
   ByVal pwszValue As String _
) 
'Usage
 
Dim instance As IXMLHTTPRequest2
Dim pwszHeader As String
Dim pwszValue As String
 
instance.setRequestHeader(pwszHeader, pwszValue)
void setRequestHeader( 
   string pwszHeader,
   string pwszValue
)

Parameters

pwszHeader
pwszValue
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

IXMLHTTPRequest2 Interface
IXMLHTTPRequest2 Members

 

 


Send Comment