Constructeur InvokeResponse
Construit un InvokeResponse identique à un OperationResponse.
Espace de noms : System.Data.Services.Client
Assembly : Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)
Syntaxe
'Déclaration
Public Sub New ( _
headers As Dictionary(Of String, String) _
)
'Utilisation
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>
)
Paramètres
- headers
Type : System.Collections.Generic.Dictionary<String, String>
En-têtes HTTP.