C# 클래스 btEngine.Scrapers.Scraper

파일 보기 프로젝트 열기: gurudvlp/SoundCloudFS

공개 메소드들

메소드 설명
GetStreamAscii ( ) : string
GetStreamBytes ( ) : byte[]
GetStreamBytes ( bool DisposeAtEnd ) : byte[]
RipPage ( string Method, string Url ) : string
Save ( string profile, int id ) : bool
Scraper ( ) : System
TakeTurn ( ) : bool

메소드 상세

GetStreamAscii() 공개 메소드

public GetStreamAscii ( ) : string
리턴 string

GetStreamBytes() 공개 메소드

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

GetStreamBytes() 공개 메소드

public GetStreamBytes ( bool DisposeAtEnd ) : byte[]
DisposeAtEnd bool
리턴 byte[]

RipPage() 공개 메소드

public RipPage ( string Method, string Url ) : string
Method string
Url string
리턴 string

Save() 공개 메소드

public Save ( string profile, int id ) : bool
profile string
id int
리턴 bool

Scraper() 공개 메소드

public Scraper ( ) : System
리턴 System

TakeTurn() 공개 메소드

public TakeTurn ( ) : bool
리턴 bool