Compartir a través de


BatchResponseContent(HttpResponseMessage, ISerializer) Constructor

Definition

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.

Applies to