Click or drag to resize

CHTTP Class

Connect to an Internet Server using HTTP.
Inheritance Hierarchy

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public class CHTTP : CHANDLE

public class CHTTP : CHANDLE

The CHTTP type exposes the following members.

Methods
  NameDescription
Public methodStatic 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 CHANDLE.Dispose(Boolean).)
Public methodDownload
Download file from the internet to a BF.
Public methodGet
Get data from a server.
Public methodPost
Post data to the server.
Public methodSetProxyCredentials
Assigns the proxy username and password so that user is not prompted when the first download fails
Public methodSilentDownload
Download file from the internet to a BF with no prompt for proxy authentication.
Top
See Also