C# Класс IPTVLib.Tools.ResponseReader

Показать файл Открыть проект

Открытые методы

Метод Описание
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