다음을 통해 공유


InvokeResponse(Dictionary<String,String>) 생성자

정의

OperationResponse와 동일한 InvokeResponse를 생성합니다.

public InvokeResponse (System.Collections.Generic.Dictionary<string,string> headers);
new Microsoft.OData.Client.InvokeResponse : System.Collections.Generic.Dictionary<string, string> -> Microsoft.OData.Client.InvokeResponse
Public Sub New (headers As Dictionary(Of String, String))

매개 변수

headers
Dictionary<String,String>

HTTP 헤더입니다.

적용 대상