PlayOn Plugin API

InternetRequest.DownloadHTML(String, Boolean, String, Encoding) Method

[This is preliminary documentation and subject to change.]

Downloads HTML (text) from a URL with additional headers.

public static InternetResponse DownloadHTML(
   string url,
   bool allowCache,
   string[] headers,
   Encoding encoding
);

See Also

InternetRequest Class | MediaMallTechnologies.PlayOn.Utilities Namespace | InternetRequest.DownloadHTML Overload List