ArcFM Desktop Developer Guide
GetCookie Method (FreeThreadedXMLHTTP60Class)


Syntax
'Declaration
 
Public Overridable Sub GetCookie( _
   ByVal pwszUrl As String, _
   ByVal pwszName As String, _
   ByVal dwFlags As UInteger, _
   ByRef pcCookies As UInteger, _
   ByVal ppCookies As IntPtr _
) 
'Usage
 
Dim instance As FreeThreadedXMLHTTP60Class
Dim pwszUrl As String
Dim pwszName As String
Dim dwFlags As UInteger
Dim pcCookies As UInteger
Dim ppCookies As IntPtr
 
instance.GetCookie(pwszUrl, pwszName, dwFlags, pcCookies, ppCookies)
public virtual void GetCookie( 
   string pwszUrl,
   string pwszName,
   uint dwFlags,
   out uint pcCookies,
   out IntPtr ppCookies
)

Parameters

pwszUrl
pwszName
dwFlags
pcCookies
ppCookies
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