C# Class Pickaxe.Runtime.Internal.ProxyHttpRequest

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

Méthodes publiques

Méthode Description
ProxyHttpRequest ( System.Proxy proxy, IHttpWire wire ) : System

Méthodes protégées

Méthode Description
OnBeforeDownload ( ) : void
OnError ( DownloadError error ) : bool

Method Details

OnBeforeDownload() protected méthode

protected OnBeforeDownload ( ) : void
Résultat void

OnError() protected méthode

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

ProxyHttpRequest() public méthode

public ProxyHttpRequest ( System.Proxy proxy, IHttpWire wire ) : System
proxy System.Proxy
wire IHttpWire
Résultat System