*************************************************************************
*
*  Copyright (c) 2001 Data Access Corporation, Miami Florida,
*  All rights reserved.
*  DataFlex is a registered trademark of Data Access Corporation.
*
*************************************************************************
*
*  Module Name:
*      cHttpTransfer.plg
*
*  Creator:
*      SF
*  Purpose:
*      Http Xfer class for VDF
*
* In VDF7 this was a base class defined in InetTransfer.pkg. That class
* has been renamed cBaseHttpTransfer and a sub-class is now use for this
* purpose. This occurred because the Post and Put runtime messages were
* changed to use addresses. We now create the string based put and post
* messages here.
*************************************************************************
cHttpTransfer.pkg  (view source)- import declarations
			
 - cHttpTransfer : cBaseHttpTransfer
- Integer
HttpPostRequest(String sFilePath String sData Integer bDataIsFile)
			- Integer
bStat 
 - Integer
HttpPutRequest(String sFilePath String sData Integer bDataIsFile)
			- Integer
bStat 
 
 
References (1):
Field References (0):
| Module | Containing Symbol | Line | 
|---|