C# 클래스 Helpmebot.HttpRequest

The http request.
파일 보기 프로젝트 열기: helpmebot/helpmebot

공개 메소드들

메소드 설명
Get ( string uri, int timeout = -1 ) : string

Gets the specified URI, passing the UserAgent.

메소드 상세

Get() 공개 정적인 메소드

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 ///
리턴 string