2 writes to response
System.Data.Services.Client (2)
System\Data\Services\Client\DataServiceStreamResponse.cs (2)
41
this.
response
= response;
114
Util.Dispose(ref this.
response
);
5 references to response
System.Data.Services.Client (5)
System\Data\Services\Client\DataServiceStreamResponse.cs (5)
54
return this.
response
.Headers[XmlConstants.HttpContentType];
68
return this.
response
.Headers[XmlConstants.HttpContentDisposition];
83
this.headers = WebUtil.WrapResponseHeaders(this.
response
);
103
return this.
response
.GetResponseStream();
123
if (this.
response
== null)