GENERATED: MAR 31,2012 - 3:01PM
CHT Client Classes Demo [V8.01.00]

Previous Page
This application demonstrates primarily, the use of a Clarion Handy Tools OOP classes called HndHTTP and HNDClient.

This application illustrates how to send a variety of requests to a server. It is preconfigured to interact with demo servers HNDFILSV.APP and HNDSLFSV.APP.

The HTTP_CHTSecureFileOperations() procedure can securely upload files, download files, delete files and check file existence against a CHT Browser Server application configured to accept these operations.

At the server side (see HNDFILSV.APP) you have full control over which operations are allowed.

The HTTP_CHTServerInsecureFileOperations() procedure illustrates sending User Custom Requests (UCR$) to HNDSLFSV.APP. The two example commands provided here, demonstrate remotely running threaded example procedures in the server.

At the server side (see HNDSLFSV.APP) any number of threaded procedures may be inserted, each with it's own command and parameter list, by following the example embeds in Server.ProcessUserCustomRequest().

Any questions, feel free to ask: news.cwhandy.com

Cheers,
Gus M. Creces
The Clarion Handy Tools Page
www.cwhandy.ca (CHT Website)
news.cwhandy.ca (CHT Forum)


 
PROCEDURE (1):
HTTP_CHTSecureFileOperations (Procedure Template: Window)
Count Instance Class Type Methods Header File
(0001) HTTP HNDHttp HNDINET 188 HNDHTTP.INC
(0002) Win HNDWindow HND 197 HNDWINDO.INC
(0003) Toolbar ToolbarClass ABC 6 ABTOOLBA.INC
(0004) ThisWindow WindowManager ABC 38 ABWINDOW.INC
(4) Class Instances Found In HTTP_CHTSecureFileOperations


 
PROCEDURE (2):
Main (Procedure Template: Frame)
Count Instance Class Type Methods Header File
(0001) HWin2 HNDWindow HND 197 HNDWINDO.INC
(0002) Toolbar ToolbarClass ABC 6 ABTOOLBA.INC
(0003) ThisWindow WindowManager ABC 38 ABWINDOW.INC
(3) Class Instances Found In Main


 
PROCEDURE (3):
HTTP_CHTServerInsecureFileOperations (Procedure Template: Window)
Count Instance Class Type Methods Header File
(0001) HTTP HNDHttp HNDINET 188 HNDHTTP.INC
(0002) Win HNDWindow HND 197 HNDWINDO.INC
(0003) Toolbar ToolbarClass ABC 6 ABTOOLBA.INC
(0004) ThisWindow WindowManager ABC 38 ABWINDOW.INC
(4) Class Instances Found In HTTP_CHTServerInsecureFileOperations


 
PROCEDURE (4):
HTTP_PublicSoapServerRequest (Procedure Template: Window)
Count Instance Class Type Methods Header File
(0001) HTTP HNDHttp HNDINET 188 HNDHTTP.INC
(0002) HIP HNDIPAddress HNDINET 49 HNDIPADR.INC
(0003) Win HNDWindow HND 197 HNDWINDO.INC
(0004) Toolbar ToolbarClass ABC 6 ABTOOLBA.INC
(0005) ThisWindow WindowManager ABC 38 ABWINDOW.INC
(5) Class Instances Found In HTTP_PublicSoapServerRequest


 
PROCEDURE (5):
JumpStartSplashCHTBlue (Procedure Template: Splash)
Count Instance Class Type Methods Header File
(0001) HTellMe HNDWindow HND 197 HNDWINDO.INC
(0002) Toolbar ToolbarClass ABC 6 ABTOOLBA.INC
(0003) ThisWindow WindowManager ABC 38 ABWINDOW.INC
(3) Class Instances Found In JumpStartSplashCHTBlue


 
PROCEDURE (6):
HTTP_ISBNRequester (Procedure Template: Window)
Count Instance Class Type Methods Header File
(0001) HTTP HNDHttp HNDINET 188 HNDHTTP.INC
(0002) Win HNDWindow HND 197 HNDWINDO.INC
(0003) Toolbar ToolbarClass ABC 6 ABTOOLBA.INC
(0004) ThisWindow WindowManager ABC 38 ABWINDOW.INC
(4) Class Instances Found In HTTP_ISBNRequester


Copyright © 1996-2012
Gus M. Creces and The Clarion Handy Tools Page.
All Rights Reserved Worldwide

chtlogo001.gif Classes By Procedure In HNDHTGT.APP