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