Costruttore InvokeResponse
Costruisce un oggetto InvokeResponse identico a un oggetto OperationResponse.
Spazio dei nomi System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
headers As Dictionary(Of String, String) _
)
'Utilizzo
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>
)
Parametri
- headers
Tipo: System.Collections.Generic.Dictionary<String, String>
Intestazioni HTTP.