C# Class TwoCollen.Droid.CustomDownloadListener

Inheritance: Java.Lang.Object, IDownloadListener
Afficher le fichier Open project: shendongnian/code

Méthodes publiques

Méthode Description
OnDownloadStart ( string url, string userAgent, string contentDisposition, string mimetype, long contentLength ) : void

Method Details

OnDownloadStart() public méthode

public OnDownloadStart ( string url, string userAgent, string contentDisposition, string mimetype, long contentLength ) : void
url string
userAgent string
contentDisposition string
mimetype string
contentLength long
Résultat void