ArcFM Desktop Developer Guide
setRequestHeader Method (IXMLHTTPRequest)


Syntax
'Declaration
 
<DispIdAttribute(2)>
Sub setRequestHeader( _
   ByVal bstrHeader As String, _
   ByVal bstrValue As String _
) 
'Usage
 
Dim instance As IXMLHTTPRequest
Dim bstrHeader As String
Dim bstrValue As String
 
instance.setRequestHeader(bstrHeader, bstrValue)
[DispId(2)]
void setRequestHeader( 
   string bstrHeader,
   string bstrValue
)

Parameters

bstrHeader
bstrValue
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

IXMLHTTPRequest Interface
IXMLHTTPRequest Members

 

 


Send Comment