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