Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Bot
Core
HttpHelper
C# Class Bot.Core.HttpHelper
Helper functions for dealing with HTTP.
ファイルを表示
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