C# Класс FluentRest.InterceptorResponseContext

The context for the response interceptor.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
InterceptorResponseContext ( FluentClient client, HttpResponseMessage httpResponse, Exception exception ) : System

Initializes a new instance of the InterceptorResponseContext class.

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

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

Initializes a new instance of the InterceptorResponseContext class.
public InterceptorResponseContext ( FluentClient client, HttpResponseMessage httpResponse, Exception exception ) : System
client FluentClient The current that called the interceptor.
httpResponse System.Net.Http.HttpResponseMessage The received from the HTTP call.
exception System.Exception The exception that occurred during the HTTP request.
Результат System