IResponseHandler Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |