C# Class Pickaxe.Runtime.Internal.HttpWire

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

Méthodes publiques

Méthode Description
Download ( ) : byte[]

Méthodes protégées

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

Method Details

Download() public méthode

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

DownloadImpl() protected abstract méthode

protected abstract DownloadImpl ( ) : byte[]
Résultat byte[]

HttpWire() protected méthode

protected HttpWire ( string url, IRuntime runtime, int line ) : System
url string
runtime IRuntime
line int
Résultat System