OperationResponse と同じ InvokeResponse を作成します。
名前空間: System.Data.Services.Client
アセンブリ: Microsoft.Data.Services.Client (Microsoft.Data.Services.Client.dll)
構文
'宣言
Public Sub New ( _
headers As Dictionary(Of String, String) _
)
'使用
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>
)
パラメーター
- headers
型: System.Collections.Generic.Dictionary<String, String>
HTTP ヘッダー。