Share via


InvokeResponse(Dictionary<String,String>) Constructor

Definition

Constructs an InvokeResponse identical to an OperationResponse.

public InvokeResponse (System.Collections.Generic.Dictionary<string,string> headers);
new Microsoft.OData.Client.InvokeResponse : System.Collections.Generic.Dictionary<string, string> -> Microsoft.OData.Client.InvokeResponse
Public Sub New (headers As Dictionary(Of String, String))

Parameters

headers
Dictionary<String,String>

The HTTP headers.

Applies to