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 : IDisposablePublic Class SalHttpClient
Inherits IDisposableConstructors
SalHttpClient()
Constructor
SalHttpClient(agent)
Constructor
Name
Type
Description
Properties
Agent
String: User agent.
Proxy
WebProxy: Proxy.
Methods
Dispose()
Disposes the Http Client
GetPage(url)
Returns the HTML page from the url request.
Parameter
Type
Description
Returns: String.
GetPageSize(url)
Returns the size of the HTML page from the url request.
Parameter
Type
Description
Returns: Int64.
Events
StatusUpdate
HttpEventHandler Status event
Last updated