C# 클래스 RandomOps.HtmlDownload

Methods for downloading a web-page from the internet.
파일 보기 프로젝트 열기: DanWBR/dwsim3

공개 메소드들

메소드 설명
HtmlToStream ( string url ) : StreamReader

Download webpage from given url-address to a StreamReader object.

HtmlToString ( string url ) : string

Download webpage from given url-address to a string.

메소드 상세

HtmlToStream() 공개 정적인 메소드

Download webpage from given url-address to a StreamReader object.
public static HtmlToStream ( string url ) : StreamReader
url string Internet address of web-page to download.
리턴 System.IO.StreamReader

HtmlToString() 공개 정적인 메소드

Download webpage from given url-address to a string.
public static HtmlToString ( string url ) : string
url string Internet address of web-page to download.
리턴 string