SalQuickHTTP

PPJ.Runtime.Windows.QO.SalQuickHTTP

Namespace: PPJ.Runtime.Windows.QO

Assembly: PPJ.Runtime.49 (4.9.0.0)

HTTP Control

public class SalQuickHTTP : SalCustomControl

Constructors

SalQuickHTTP()

Default Constructor.

Properties

AppName

String: invalid (Default: "")

HttpClient

SalHttpClient: Returns the single instance of the http client. It is created when it's needed.

Source

String: invalid (Default: "")

Title

String: invalid (Default: "")

Url

SalString: invalid (Default: "")

WindowsClassName

String: invalid (Default: "")

WindowsDLLName

String: invalid (Default: "")

WindowsExStyle

Int32: invalid (Default: 0)

WindowsStyle

Int32: invalid (Default: 0)

Methods

EnumImages(sImages)

Extracts the images from the html page.

Parameter
Type
Description

Returns: SalNumber.

Extracts the links from the html page.

Parameter
Type
Description

Returns: SalNumber.

GetPageTitle(sHttpSource, sHttpTitle)

Parameter
Type
Description

sHttpSource

sHttpTitle

Returns: SalNumber.

GetSource(sHttpUrl, sHttpSource)

Parameter
Type
Description

sHttpUrl

sHttpSource

Returns: SalNumber.

GetSourceSize(sHttpUrl)

Parameter
Type
Description

sHttpUrl

Returns: SalNumber.

SetProxy(sProxyName, nProxyPort)

Establish communication with an HTTP server through a proxy.

Parameter
Type
Description

sProxyName

nProxyPort

Returns: SalNumber.

SetSource(sHttpUrl, sHttpSource)

Parameter
Type
Description

sHttpUrl

sHttpSource

Returns: SalNumber.

Implements

Name
Description

All Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface.

Last updated