C# Class Pickaxe.Runtime.Internal.HttpRequest

Inheritance: IHttpRequest
Afficher le fichier Open project: bitsummation/pickaxe

Méthodes publiques

Méthode Description
Download ( ) : byte[]

Méthodes protégées

Méthode Description
HttpRequest ( IHttpWire wire ) : System
OnBeforeDownload ( ) : void
OnError ( DownloadError error ) : bool
OnSuccess ( ) : void

Method Details

Download() public méthode

public Download ( ) : byte[]
Résultat byte[]

HttpRequest() protected méthode

protected HttpRequest ( IHttpWire wire ) : System
wire IHttpWire
Résultat System

OnBeforeDownload() protected méthode

protected OnBeforeDownload ( ) : void
Résultat void

OnError() protected abstract méthode

protected abstract OnError ( DownloadError error ) : bool
error DownloadError
Résultat bool

OnSuccess() protected méthode

protected OnSuccess ( ) : void
Résultat void