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