Click or drag to resize

HtmlWebGet Method (String, String, WebProxy, NetworkCredential)

Gets an HTML document from an Internet resource and saves it to the specified file. - Proxy aware

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.4.0.0 (3.4.0.0)
Syntax
public void Get(
	string url,
	string path,
	WebProxy proxy,
	NetworkCredential credentials
)

Parameters

url
Type: SystemString
The requested URL, such as "http://Myserver/Mypath/Myfile.asp".
path
Type: SystemString
The location of the file where you want to save the document.
proxy
Type: System.NetWebProxy
credentials
Type: System.NetNetworkCredential
See Also