3 references to WaitAndReturnAsync
System.Net.Http (3)
System\Net\Http\HttpContent.cs (3)
93
return
WaitAndReturnAsync
(LoadIntoBufferAsync(cancellationToken), this, static s => s.ReadBufferedContentAsString());
189
return
WaitAndReturnAsync
(LoadIntoBufferAsync(cancellationToken), this, static s => s.ReadBufferedContentAsByteArray());
542
return
WaitAndReturnAsync
(LoadIntoBufferAsync(), this, static s => (Stream)s.CreateMemoryStreamFromBufferedContent());