C# Класс rosette_api.RosetteResponse

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
contentToString string
decompress byte[]
headersAsString string

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

Метод Описание
ContentToString ( ) : string

Gets the content in JSON form

RosetteResponse ( HttpResponseMessage responseMsg ) : System

RosetteResponse ctor

RosetteResponse ( string>.IDictionary headers, object>.IDictionary content = null, string contentAsJson = null ) : System

Creates a Rosette Response from its components

ToString ( ) : string

ToString override.

Приватные методы

Метод Описание
contentToString ( HttpContent httpContent ) : string

Reads the httpContent value into a string

decompress ( byte gzip ) : byte[]

Decompress

Method to decompress GZIP files Source: http://www.dotnetperls.com/decompress

headersAsString ( ) : string

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

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

Gets the content in JSON form
public ContentToString ( ) : string
Результат string

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

RosetteResponse ctor
public RosetteResponse ( HttpResponseMessage responseMsg ) : System
responseMsg System.Net.Http.HttpResponseMessage HttpResponseMessage
Результат System

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

Creates a Rosette Response from its components
public RosetteResponse ( string>.IDictionary headers, object>.IDictionary content = null, string contentAsJson = null ) : System
headers string>.IDictionary The headers from the API
content object>.IDictionary The content of the response in dictionary form
contentAsJson string The content of the response in JSON
Результат System

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

ToString override.
public ToString ( ) : string
Результат string