InvokeResponse(Dictionary<String,String>) 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 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.