C# 클래스 Pickaxe.Runtime.Internal.HttpWire

상속: IHttpWire
파일 보기 프로젝트 열기: bitsummation/pickaxe

공개 메소드들

메소드 설명
Download ( ) : byte[]

보호된 메소드들

메소드 설명
DownloadImpl ( ) : byte[]
HttpWire ( string url, IRuntime runtime, int line ) : System

메소드 상세

Download() 공개 메소드

public Download ( ) : byte[]
리턴 byte[]

DownloadImpl() 보호된 추상적인 메소드

protected abstract DownloadImpl ( ) : byte[]
리턴 byte[]

HttpWire() 보호된 메소드

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