Documentation For Encog 2.x

Browser.Navigate(Uri, Stream) Method

Navigate to a page and post the specified data.

public void Navigate(
   Uri url,
   Stream istream
);

Parameters

url
The URL to post the data to.
istream
The data to post to the page.

See Also

Browser Class | Encog.Bot.Browse Namespace | Browser.Navigate Overload List