SalHttpClient

PPJ.Runtime.Internet.SalHttpClient

Namespace: PPJ.Runtime.Internet

Assembly: PPJ.Runtime.49 (4.9.0.0)

HTTP implementation used to support SalQuickHTTP.

public class SalHttpClient : IDisposable

Constructors

Constructor

Constructor

NameTypeDescription

agent

Properties

String: User agent.

WebProxy: Proxy.

Methods

Disposes the Http Client

Returns the HTML page from the url request.

ParameterTypeDescription

url

Returns: String.

Returns the size of the HTML page from the url request.

ParameterTypeDescription

url

Returns: Int64.

Events

HttpEventHandler Status event

Last updated