SalQuickHTTP
Namespace: PPJ.Runtime.Windows.QO
Assembly: PPJ.Runtime.49 (4.9.0.0)
HTTP Control
- C#
- VB.NET
public class SalQuickHTTP : SalCustomControl
Public Class SalQuickHTTP
Inherits 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 |
|---|---|---|
| sImages | SalArray<SalString> |
Returns: SalNumber.
EnumLinks(sLinks, sText)
Extracts the links from the html page.
| Parameter | Type | Description |
|---|---|---|
| sLinks | SalArray<SalString> | |
| sText | SalArray<SalString> |
Returns: SalNumber.
GetPageTitle(sHttpSource, sHttpTitle)
| Parameter | Type | Description |
|---|---|---|
| sHttpSource | SalString | |
| sHttpTitle | SalString& |
Returns: SalNumber.
GetSource(sHttpUrl, sHttpSource)
| Parameter | Type | Description |
|---|---|---|
| sHttpUrl | SalString | |
| sHttpSource | SalString& |
Returns: SalNumber.
GetSourceSize(sHttpUrl)
| Parameter | Type | Description |
|---|---|---|
| sHttpUrl | SalString |
Returns: SalNumber.
SetProxy(sProxyName, nProxyPort)
Establish communication with an HTTP server through a proxy.
| Parameter | Type | Description |
|---|---|---|
| sProxyName | SalString | |
| nProxyPort | SalNumber |
Returns: SalNumber.
SetSource(sHttpUrl, sHttpSource)
| Parameter | Type | Description |
|---|---|---|
| sHttpUrl | SalString | |
| sHttpSource | SalString |
Returns: SalNumber.
Implements
| Name | Description |
|---|---|
| ISalWindow | All Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface. |