1 write to Request
System.Data.Services.Client (1)
System\Data\Services\Client\QueryResult.cs (1)
94
this.
Request
= request;
3 references to Request
System.Data.Services.Client (3)
System\Data\Services\Client\QueryResult.cs (3)
177
asyncResult = BaseAsyncResult.InvokeAsync(this.
Request
.BeginGetResponse, QueryResult.AsyncEndGetResponse, this);
220
response = (HttpWebResponse)this.
Request
.GetResponse();
550
HttpWebRequest httpWebRequest = Util.NullCheck(state.
Request
, InternalError.InvalidEndGetResponseRequest);