C# Class Bot.Core.HttpHelper

Helper functions for dealing with HTTP.
Afficher le fichier Open project: Crobol/Bot

Méthodes publiques

Méthode Description
GetFromUrl ( string url ) : string

GET HTML from specified URL.

Method Details

GetFromUrl() public static méthode

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