2 writes to ReconnectionInterval
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 ReconnectionInterval
System.Net.ServerSentEvents (2)
System\Net\ServerSentEvents\SseFormatter.cs (1)
85
reconnectionInterval: item.
ReconnectionInterval
);
System\Net\ServerSentEvents\SseItem.cs (1)
65
ThrowHelper.ThrowArgumentException_CannotBeNegative(nameof(
ReconnectionInterval
));