C# Class FluentRest.InterceptorResponseContext

The context for the response interceptor.
Mostrar archivo Open project: loresoft/FluentRest Class Usage Examples

Public Methods

Method Description
InterceptorResponseContext ( FluentClient client, HttpResponseMessage httpResponse, Exception exception ) : System

Initializes a new instance of the InterceptorResponseContext class.

Method Details

InterceptorResponseContext() public method

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.
return System