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.
Returns: SalNumber.
EnumLinks(sLinks, sText)

Extracts the links from the html page.
Returns: SalNumber.
GetPageTitle(sHttpSource, sHttpTitle)

Returns: SalNumber.
GetSource(sHttpUrl, sHttpSource)

Returns: SalNumber.
GetSourceSize(sHttpUrl)

Returns: SalNumber.
SetProxy(sProxyName, nProxyPort)

Establish communication with an HTTP server through a proxy.
Returns: SalNumber.
SetSource(sHttpUrl, sHttpSource)

Returns: SalNumber.
Implements
All Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface.
Last updated