4 references to WrapResponseHeaders
System.Data.Services.Client (4)
System\Data\Services\Client\DataServiceContext.cs (1)
5286headers = WebUtil.WrapResponseHeaders(this.batchResponse);
System\Data\Services\Client\DataServiceStreamResponse.cs (1)
83this.headers = WebUtil.WrapResponseHeaders(this.response);
System\Data\Services\Client\QueryResult.cs (2)
290Dictionary<string, string> headers = WebUtil.WrapResponseHeaders(this.httpWebResponse); 309Dictionary<string, string> headers = WebUtil.WrapResponseHeaders(this.httpWebResponse);