C# Class TwoCollen.Droid.CustomDownloadListener

Inheritance: Java.Lang.Object, IDownloadListener
ファイルを表示 Open project: shendongnian/code

Public Methods

Method Description
OnDownloadStart ( string url, string userAgent, string contentDisposition, string mimetype, long contentLength ) : void

Method Details

OnDownloadStart() public method

public OnDownloadStart ( string url, string userAgent, string contentDisposition, string mimetype, long contentLength ) : void
url string
userAgent string
contentDisposition string
mimetype string
contentLength long
return void