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 헤더입니다.