C# Класс BalihooBlipDotNet.BlipResponse

The response returned when a BLIP API call is made.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
BlipResponse ( int statusCode, string body )

The BlipResponse constructor.

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

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

The BlipResponse constructor.
public BlipResponse ( int statusCode, string body )
statusCode int The numeric HTTP status code that is returned.
body string The body text that is returned in the HTTP response.