Hi Neil,
Since you have .NET at your disposal, why not use something like
Cheers!
Since you have .NET at your disposal, why not use something like
System.Net.WebClient
?engine.AddHostType("WebClient", typeof(WebClient)); engine.Execute(@" var client = new WebClient(); var html = client.DownloadString('http://cnn.com'); ");