Constructor KWDownloadEventArgs(String url, String userAgent, String contentDisposition, String mimetype, long contentLength)

Creates a new KWDownloadEventArgs instance.

Parameters

Name Description
url The full url to the content that should be downloaded.
userAgent The user agent to be used for the download.
contentDisposition Content-disposition http header, if present.
mimetype The mimetype of the content reported by the server.
contentLength The file size reported by the server.