2 references to GetAsyncResponseStreamCopy
System.Data.Services.Client (2)
System\Data\Services\Client\QueryResult.cs (2)
239
Stream copy = this.
GetAsyncResponseStreamCopy
();
581
state.responseStream = Util.NullCheck(state.
GetAsyncResponseStreamCopy
(), InternalError.InvalidAsyncResponseStreamCopy);