ChangeSetRequestItem Constructors
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.
Overloads
| ChangeSetRequestItem(IEnumerable<HttpContext>) |
Initializes a new instance of the ChangeSetRequestItem class. |
| ChangeSetRequestItem(IEnumerable<HttpRequestMessage>) |
Initializes a new instance of the ChangeSetRequestItem class. |
ChangeSetRequestItem(IEnumerable<HttpContext>)
Initializes a new instance of the ChangeSetRequestItem class.
public ChangeSetRequestItem(System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Http.HttpContext> contexts);
new Microsoft.AspNet.OData.Batch.ChangeSetRequestItem : seq<Microsoft.AspNetCore.Http.HttpContext> -> Microsoft.AspNet.OData.Batch.ChangeSetRequestItem
Public Sub New (contexts As IEnumerable(Of HttpContext))
Parameters
- contexts
- IEnumerable<HttpContext>
The request contexts in the ChangeSet.
Applies to
ChangeSetRequestItem(IEnumerable<HttpRequestMessage>)
Initializes a new instance of the ChangeSetRequestItem class.
public ChangeSetRequestItem(System.Collections.Generic.IEnumerable<System.Net.Http.HttpRequestMessage> requests);
new Microsoft.AspNet.OData.Batch.ChangeSetRequestItem : seq<System.Net.Http.HttpRequestMessage> -> Microsoft.AspNet.OData.Batch.ChangeSetRequestItem
Public Sub New (requests As IEnumerable(Of HttpRequestMessage))
Parameters
- requests
- IEnumerable<HttpRequestMessage>
The request messages in the ChangeSet.