ResponseHandler Class
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.
Provides method(s) to deserialize raw HTTP responses into strong types.
public class ResponseHandler : Microsoft.Graph.IResponseHandler
type ResponseHandler = class
interface IResponseHandler
Public Class ResponseHandler
Implements IResponseHandler
- Inheritance
-
ResponseHandler
- Implements
Constructors
ResponseHandler(ISerializer) |
Constructs a new ResponseHandler. |
Methods
HandleResponse<T>(HttpResponseMessage) |
Process raw HTTP response into requested domain type. |