4 references to SseItemParser
System.Net.ServerSentEvents (4)
System\Net\ServerSentEvents\SseParser.cs (2)
23/// This overload has behavior equivalent to calling <see cref="Create{T}(Stream, SseItemParser{T})"/> with a delegate 35public static SseParser<T> Create<T>(Stream sseStream, SseItemParser<T> itemParser)
System\Net\ServerSentEvents\SseParser_1.cs (2)
47private readonly SseItemParser<T> _itemParser; 89internal SseParser(Stream stream, SseItemParser<T> itemParser)