C# Class btEngine.Scrapers.Scraper

Mostrar archivo Open project: gurudvlp/SoundCloudFS

Public Methods

Method Description
GetStreamAscii ( ) : string
GetStreamBytes ( ) : byte[]
GetStreamBytes ( bool DisposeAtEnd ) : byte[]
RipPage ( string Method, string Url ) : string
Save ( string profile, int id ) : bool
Scraper ( ) : System
TakeTurn ( ) : bool

Method Details

GetStreamAscii() public method

public GetStreamAscii ( ) : string
return string

GetStreamBytes() public method

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

GetStreamBytes() public method

public GetStreamBytes ( bool DisposeAtEnd ) : byte[]
DisposeAtEnd bool
return byte[]

RipPage() public method

public RipPage ( string Method, string Url ) : string
Method string
Url string
return string

Save() public method

public Save ( string profile, int id ) : bool
profile string
id int
return bool

Scraper() public method

public Scraper ( ) : System
return System

TakeTurn() public method

public TakeTurn ( ) : bool
return bool