Searched refs:FromStreamAsync (Results 1 – 3 of 3) sorted by relevance
206 var actual = await ByteString.FromStreamAsync(stream); in FromStreamAsync_Seekable()219 var actual = await ByteString.FromStreamAsync(limitedStream); in FromStreamAsync_NotSeekable()
181 …public async static Task<ByteString> FromStreamAsync(Stream stream, CancellationToken cancellation… in FromStreamAsync() method in Google.Protobuf.ByteString
622 * Introduced ByteString.FromStream and ByteString.FromStreamAsync to