1 write to response
System.Data.Services.Client (1)
System\Data\Services\Client\GetReadStreamResult.cs (1)
215this.response = webResponse;
8 references to response
System.Data.Services.Client (8)
System\Data\Services\Client\GetReadStreamResult.cs (8)
85if (this.response != null) 87DataServiceStreamResponse streamResponse = new DataServiceStreamResponse(this.response); 144Debug.Assert(null != this.response || null != this.Failure, "should have response or exception"); 145if (null != this.response) 150if (!WebUtil.SuccessStatusCode(this.response.StatusCode)) 152failure = DataServiceContext.GetResponseText(this.response.GetResponseStream, this.response.StatusCode); 158this.response.Close();