ArcFM Desktop Developer Guide
SetCookie Method (FreeThreadedXMLHTTP60Class)


Syntax
'Declaration
 
Public Overridable Sub SetCookie( _
   ByRef pCookie As tagXHR_COOKIE, _
   ByRef pdwCookieState As UInteger _
) 
'Usage
 
Dim instance As FreeThreadedXMLHTTP60Class
Dim pCookie As tagXHR_COOKIE
Dim pdwCookieState As UInteger
 
instance.SetCookie(pCookie, pdwCookieState)
public virtual void SetCookie( 
   ref tagXHR_COOKIE pCookie,
   out uint pdwCookieState
)

Parameters

pCookie
pdwCookieState
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

FreeThreadedXMLHTTP60Class Class
FreeThreadedXMLHTTP60Class Members

 

 


Send Comment