2 writes to EventId
System.Net.ServerSentEvents (2)
System\Net\ServerSentEvents\SseParser_1.cs (2)
327
sseItem = new SseItem<T>(data, _eventType) {
EventId
= _eventId, ReconnectionInterval = _nextReconnectionInterval };
381
sseItem = new SseItem<T>(data, _eventType) {
EventId
= _eventId, ReconnectionInterval = _nextReconnectionInterval };
2 references to EventId
System.Net.ServerSentEvents (2)
System\Net\ServerSentEvents\SseFormatter.cs (1)
84
eventId: item.
EventId
,
System\Net\ServerSentEvents\SseItem.cs (1)
47
ThrowHelper.ThrowArgumentException_CannotContainLineBreaks(nameof(
EventId
));