BatchResponseContent(HttpResponseMessage, ISerializer) Constructor
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.
Constructs a new BatchResponseContent
public BatchResponseContent (System.Net.Http.HttpResponseMessage httpResponseMessage, Microsoft.Graph.ISerializer serializer = default);
new Microsoft.Graph.BatchResponseContent : System.Net.Http.HttpResponseMessage * Microsoft.Graph.ISerializer -> Microsoft.Graph.BatchResponseContent
Public Sub New (httpResponseMessage As HttpResponseMessage, Optional serializer As ISerializer = Nothing)
Parameters
- httpResponseMessage
- HttpResponseMessage
A HttpResponseMessage of a batch request execution.
- serializer
- ISerializer
A serializer for serializing and deserializing JSON objects.