InvokeResponse 建構函式
建構與 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 標頭。