C# Class IPTVLib.Tools.ResponseReader

Datei anzeigen Open project: rockpool/LAB_IPTV

Public Methods

Method Description
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

Method Details

ReadFromUrl() public static method

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
return string

ServerUrl() public static method

public static ServerUrl ( bool includeProtocol ) : string
includeProtocol bool
return string