C# 클래스 IPTVLib.Tools.ResponseReader

파일 보기 프로젝트 열기: rockpool/LAB_IPTV

공개 메소드들

메소드 설명
ReadFromUrl ( string url, int timeout ) : string

Reads the content of the response returned by a Web Request to the specified URL

ServerUrl ( bool includeProtocol ) : string

메소드 상세

ReadFromUrl() 공개 정적인 메소드

Reads the content of the response returned by a Web Request to the specified URL
public static ReadFromUrl ( string url, int timeout ) : string
url string the URL from which to retrieve the response
timeout int
리턴 string

ServerUrl() 공개 정적인 메소드

public static ServerUrl ( bool includeProtocol ) : string
includeProtocol bool
리턴 string