IResponseHandler Interface

Definition

The interface required for all response handlers.

public interface IResponseHandler
type IResponseHandler = interface
Public Interface IResponseHandler
Derived

Methods

HandleResponse<T>(HttpResponseMessage)

Process raw HTTP response into the requested domain type.

Applies to