2 references to Create
System.Net.ServerSentEvents (2)
System\Net\ServerSentEvents\SseParser.cs (2)
23
/// This overload has behavior equivalent to calling <see cref="
Create
{T}(Stream, SseItemParser{T})"/> with a delegate
27
Create
(sseStream, static (_, bytes) => Encoding.UTF8.GetString(bytes));