# SalQuickHTTP

Namespace: **PPJ.Runtime.Windows.QO**

Assembly: **PPJ.Runtime.49** (4.9.0.0)

HTTP Control

{% tabs %}
{% tab title="C#" %}

```csharp
public class SalQuickHTTP : SalCustomControl
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class SalQuickHTTP
    Inherits SalCustomControl
```

{% endtab %}
{% endtabs %}

## Constructors

### ![](/files/dBIrS7XBDGmrzmTRbSI6)SalQuickHTTP()

Default Constructor.

## Properties

### ![](/files/dBIrS7XBDGmrzmTRbSI6)AppName

[String](https://docs.microsoft.com/en-us/dotnet/api/system.string): invalid (Default: `""`)

### ![](/files/dBIrS7XBDGmrzmTRbSI6)HttpClient

[SalHttpClient](/ppj.runtime.49/internet/ppj.runtime.windows.qo.salquickhttp.md): Returns the single instance of the http client. It is created when it's needed.

### ![](/files/dBIrS7XBDGmrzmTRbSI6)Source

[String](https://docs.microsoft.com/en-us/dotnet/api/system.string): invalid (Default: `""`)

### ![](/files/dBIrS7XBDGmrzmTRbSI6)Title

[String](https://docs.microsoft.com/en-us/dotnet/api/system.string): invalid (Default: `""`)

### ![](/files/dBIrS7XBDGmrzmTRbSI6)Url

[SalString](/ppj.runtime.49/internet/ppj.runtime.windows.qo.salquickhttp.md): invalid (Default: `""`)

### ![](/files/dBIrS7XBDGmrzmTRbSI6)WindowsClassName

[String](https://docs.microsoft.com/en-us/dotnet/api/system.string): invalid (Default: `""`)

### ![](/files/dBIrS7XBDGmrzmTRbSI6)WindowsDLLName

[String](https://docs.microsoft.com/en-us/dotnet/api/system.string): invalid (Default: `""`)

### ![](/files/dBIrS7XBDGmrzmTRbSI6)WindowsExStyle

[Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32): invalid (Default: `0`)

### ![](/files/dBIrS7XBDGmrzmTRbSI6)WindowsStyle

[Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32): invalid (Default: `0`)

## Methods

### ![](/files/dBIrS7XBDGmrzmTRbSI6)EnumImages(sImages)

Extracts the images from the html page.

| Parameter   | Type                                                                                    | Description |
| ----------- | --------------------------------------------------------------------------------------- | ----------- |
| **sImages** | [SalArray\<SalString>](/ppj.runtime.49/internet/ppj.runtime.windows.qo.salquickhttp.md) |             |

**Returns:** [SalNumber](/ppj.runtime.49/internet/ppj.runtime.windows.qo.salquickhttp.md).

### ![](/files/dBIrS7XBDGmrzmTRbSI6)EnumLinks(sLinks, sText)

Extracts the links from the html page.

| Parameter  | Type                                                                                    | Description |
| ---------- | --------------------------------------------------------------------------------------- | ----------- |
| **sLinks** | [SalArray\<SalString>](/ppj.runtime.49/internet/ppj.runtime.windows.qo.salquickhttp.md) |             |
| **sText**  | [SalArray\<SalString>](/ppj.runtime.49/internet/ppj.runtime.windows.qo.salquickhttp.md) |             |

**Returns:** [SalNumber](/ppj.runtime.49/internet/ppj.runtime.windows.qo.salquickhttp.md).

### ![](/files/dBIrS7XBDGmrzmTRbSI6)GetPageTitle(sHttpSource, sHttpTitle)

| Parameter       | Type                                                                          | Description |
| --------------- | ----------------------------------------------------------------------------- | ----------- |
| **sHttpSource** | [SalString](/ppj.runtime.49/internet/ppj.runtime.windows.qo.salquickhttp.md)  |             |
| **sHttpTitle**  | [SalString&](/ppj.runtime.49/internet/ppj.runtime.windows.qo.salquickhttp.md) |             |

**Returns:** [SalNumber](/ppj.runtime.49/internet/ppj.runtime.windows.qo.salquickhttp.md).

### ![](/files/dBIrS7XBDGmrzmTRbSI6)GetSource(sHttpUrl, sHttpSource)

| Parameter       | Type                                                                          | Description |
| --------------- | ----------------------------------------------------------------------------- | ----------- |
| **sHttpUrl**    | [SalString](/ppj.runtime.49/internet/ppj.runtime.windows.qo.salquickhttp.md)  |             |
| **sHttpSource** | [SalString&](/ppj.runtime.49/internet/ppj.runtime.windows.qo.salquickhttp.md) |             |

**Returns:** [SalNumber](/ppj.runtime.49/internet/ppj.runtime.windows.qo.salquickhttp.md).

### ![](/files/dBIrS7XBDGmrzmTRbSI6)GetSourceSize(sHttpUrl)

| Parameter    | Type                                                                         | Description |
| ------------ | ---------------------------------------------------------------------------- | ----------- |
| **sHttpUrl** | [SalString](/ppj.runtime.49/internet/ppj.runtime.windows.qo.salquickhttp.md) |             |

**Returns:** [SalNumber](/ppj.runtime.49/internet/ppj.runtime.windows.qo.salquickhttp.md).

### ![](/files/dBIrS7XBDGmrzmTRbSI6)SetProxy(sProxyName, nProxyPort)

Establish communication with an HTTP server through a proxy.

| Parameter      | Type                                                                         | Description |
| -------------- | ---------------------------------------------------------------------------- | ----------- |
| **sProxyName** | [SalString](/ppj.runtime.49/internet/ppj.runtime.windows.qo.salquickhttp.md) |             |
| **nProxyPort** | [SalNumber](/ppj.runtime.49/internet/ppj.runtime.windows.qo.salquickhttp.md) |             |

**Returns:** [SalNumber](/ppj.runtime.49/internet/ppj.runtime.windows.qo.salquickhttp.md).

### ![](/files/dBIrS7XBDGmrzmTRbSI6)SetSource(sHttpUrl, sHttpSource)

| Parameter       | Type                                                                         | Description |
| --------------- | ---------------------------------------------------------------------------- | ----------- |
| **sHttpUrl**    | [SalString](/ppj.runtime.49/internet/ppj.runtime.windows.qo.salquickhttp.md) |             |
| **sHttpSource** | [SalString](/ppj.runtime.49/internet/ppj.runtime.windows.qo.salquickhttp.md) |             |

**Returns:** [SalNumber](/ppj.runtime.49/internet/ppj.runtime.windows.qo.salquickhttp.md).

## Implements

| Name                                                                          | Description                                                                        |
| ----------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| [ISalWindow](/ppj.runtime.49/internet/ppj.runtime.windows.qo.salquickhttp.md) | All Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://desktop-api.iceteagroup.com/ppj.runtime.49/internet/ppj.runtime.windows.qo.salquickhttp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
