Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Bot
Core
HttpHelper
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