3 writes to RequestContentBufferValidLength
System.Data.Services.Client (3)
System\Data\Services\Client\DataServiceContext.cs (3)
5751pereq.RequestContentBufferValidLength = -1; 5795pereq.RequestContentBufferValidLength = count; 5830pereq.RequestContentBufferValidLength = 0;
3 references to RequestContentBufferValidLength
System.Data.Services.Client (3)
System\Data\Services\Client\DataServiceContext.cs (3)
5794bool firstEndRead = (pereq.RequestContentBufferValidLength == -1); 5805asyncResult = BaseAsyncResult.InvokeAsync(stream.BeginWrite, pereq.RequestContentBuffer, 0, pereq.RequestContentBufferValidLength, this.AsyncEndWrite, pereq); 5824pereq.RequestContentBufferValidLength > 0);