ArcFM Desktop Developer Guide
send Method (FreeThreadedXMLHTTP60Class)


Syntax
'Declaration
 
Public Overridable Sub send( _
   ByVal pBody As ISequentialStream, _
   ByVal cbBody As ULong _
) 
'Usage
 
Dim instance As FreeThreadedXMLHTTP60Class
Dim pBody As ISequentialStream
Dim cbBody As ULong
 
instance.send(pBody, cbBody)
public virtual void send( 
   ISequentialStream pBody,
   ulong cbBody
)

Parameters

pBody
cbBody
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