Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Consutrcts an InvokeResponse identical to an OperationResponse.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public Sub New ( _
headers As Dictionary(Of String, String) _
)
'Usage
Dim headers As Dictionary(Of String, String)
Dim instance As New InvokeResponse(headers)
public InvokeResponse(
Dictionary<string, string> headers
)
public:
InvokeResponse(
Dictionary<String^, String^>^ headers
)
new :
headers:Dictionary<string, string> -> InvokeResponse
public function InvokeResponse(
headers : Dictionary<String, String>
)
Parameters
- headers
Type: System.Collections.Generic.Dictionary<String, String>
The HTTP headers.