Click or drag to resize
CHTTP Class
Connect to an Internet Server using HTTP.
Inheritance Hierarchy

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public class CHTTP : CHANDLE

The CHTTP type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyoneStatic memberCreate
This method creates a connection to an HTTP server
Protected methodDispose
Releases the unmanaged resources used by the CHTTP and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodAvailable to anyoneDownload
Download file from the internet to a BF.
Public methodAvailable to anyoneGet
Get data from a server.
Public methodAvailable to anyonePost
Post data to the server.
Public methodAvailable to anyoneSetProxyCredentials
Assigns the proxy username and password so that user is not prompted when the first download fails
Public methodAvailable to anyoneSilentDownload
Download file from the internet to a BF with no prompt for proxy authentication.
Top
See Also