Click or drag to resize

HtmlWebLoad Method (String, String, Int32, String, String)

Gets an HTML document from an Internet resource.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.4.0.0 (3.4.0.0)
Syntax
public HtmlDocument Load(
	string url,
	string proxyHost,
	int proxyPort,
	string userId,
	string password
)

Parameters

url
Type: SystemString
The requested URL, such as "http://Myserver/Mypath/Myfile.asp".
proxyHost
Type: SystemString
Host to use for Proxy
proxyPort
Type: SystemInt32
Port the Proxy is on
userId
Type: SystemString
User Id for Authentication
password
Type: SystemString
Password for Authentication

Return Value

Type: HtmlDocument
A new HTML document.
See Also