C# Class Pickaxe.Runtime.Internal.HttpRequest

Inheritance: IHttpRequest
Mostrar archivo Open project: bitsummation/pickaxe

Public Methods

Method Description
Download ( ) : byte[]

Protected Methods

Method Description
HttpRequest ( IHttpWire wire ) : System
OnBeforeDownload ( ) : void
OnError ( DownloadError error ) : bool
OnSuccess ( ) : void

Method Details

Download() public method

public Download ( ) : byte[]
return byte[]

HttpRequest() protected method

protected HttpRequest ( IHttpWire wire ) : System
wire IHttpWire
return System

OnBeforeDownload() protected method

protected OnBeforeDownload ( ) : void
return void

OnError() protected abstract method

protected abstract OnError ( DownloadError error ) : bool
error DownloadError
return bool

OnSuccess() protected method

protected OnSuccess ( ) : void
return void