3 references to Inflate
System.Net.WebSockets (3)
System\Net\WebSockets\Compression\WebSocketInflater.cs (3)
139
written =
Inflate
(_stream, output, FlushCode.NoFlush);
183
written +=
Inflate
(_stream, output[written..], FlushCode.SyncFlush);
218
if (
Inflate
(stream, new Span<byte>(ref b), FlushCode.SyncFlush) == 0)