Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.