C# Class Helpmebot.HttpRequest

The http request.
ファイルを表示 Open project: helpmebot/helpmebot

Public Methods

Method Description
Get ( string uri, int timeout = -1 ) : string

Gets the specified URI, passing the UserAgent.

Method Details

Get() public static method

Gets the specified URI, passing the UserAgent.
public static Get ( string uri, int timeout = -1 ) : string
uri string /// The URI. ///
timeout int /// optional. will default to httpTimeout XML config option ///
return string