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