C# Class Bot.Core.HttpHelper

Helper functions for dealing with HTTP.
Show file Open project: Crobol/Bot

Public Methods

Method Description
GetFromUrl ( string url ) : string

GET HTML from specified URL.

Method Details

GetFromUrl() public static method

GET HTML from specified URL.
public static GetFromUrl ( string url ) : string
url string Url to download from.
return string