C# Class Hapikit.ResponseHandlers.InlineResponseHandler

Inheritance: DelegatingResponseHandler, IResponseHandler
Show file Open project: hapikit/hapikit.net

Public Methods

Method Description
HandleResponseAsync ( string linkRelation, HttpResponseMessage responseMessage ) : Task
InlineResponseHandler ( HttpResponseMessage>.Action action, DelegatingResponseHandler innerHandler = null ) : System

Method Details

HandleResponseAsync() public method

public HandleResponseAsync ( string linkRelation, HttpResponseMessage responseMessage ) : Task
linkRelation string
responseMessage System.Net.Http.HttpResponseMessage
return Task

InlineResponseHandler() public method

public InlineResponseHandler ( HttpResponseMessage>.Action action, DelegatingResponseHandler innerHandler = null ) : System
action HttpResponseMessage>.Action
innerHandler DelegatingResponseHandler
return System