C# Class Pickaxe.Runtime.Internal.HttpWire

Inheritance: IHttpWire
Datei anzeigen Open project: bitsummation/pickaxe

Public Methods

Method Description
Download ( ) : byte[]

Protected Methods

Method Description
DownloadImpl ( ) : byte[]
HttpWire ( string url, IRuntime runtime, int line ) : System

Method Details

Download() public method

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

DownloadImpl() protected abstract method

protected abstract DownloadImpl ( ) : byte[]
return byte[]

HttpWire() protected method

protected HttpWire ( string url, IRuntime runtime, int line ) : System
url string
runtime IRuntime
line int
return System