C# 클래스 FluentRest.InterceptorResponseContext

The context for the response interceptor.
파일 보기 프로젝트 열기: loresoft/FluentRest 1 사용 예제들

공개 메소드들

메소드 설명
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