2 references to LoadIntoBufferAsync
System.Net.Http (2)
System\Net\Http\HttpContent.cs (2)
145
return WaitAndReturnAsync(
LoadIntoBufferAsync
(cancellationToken), this, static s => s.ReadBufferedContentAsString());
230
return WaitAndReturnAsync(
LoadIntoBufferAsync
(cancellationToken), this, static s => s.ReadBufferedContentAsByteArray());