C# Класс Simple.Rest.RestResponse

Наследование: IRestResponse
Показать файл Открыть проект

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

Метод Описание
RestResponse ( HttpWebResponse response ) : System

Extracts the properties from the HTTP response.

RestResponse ( HttpWebResponse response, Exception exception ) : System

Extracts the properties from the HTTP response and handles the exception generated during the request.

Описание методов

RestResponse() публичный Метод

Extracts the properties from the HTTP response.
public RestResponse ( HttpWebResponse response ) : System
response System.Net.HttpWebResponse The HTTP response.
Результат System

RestResponse() публичный Метод

Extracts the properties from the HTTP response and handles the exception generated during the request.
public RestResponse ( HttpWebResponse response, Exception exception ) : System
response System.Net.HttpWebResponse The HTTP response.
exception System.Exception The exception generated during the HTTP request\response.
Результат System