2 writes to ReconnectionInterval
System.Net.ServerSentEvents (2)
System\Net\ServerSentEvents\SseParser_1.cs (2)
328sseItem = new SseItem<T>(data, _eventType) { EventId = _eventId, ReconnectionInterval = _nextReconnectionInterval }; 382sseItem = new SseItem<T>(data, _eventType) { EventId = _eventId, ReconnectionInterval = _nextReconnectionInterval };
2 references to ReconnectionInterval
System.Net.ServerSentEvents (2)
System\Net\ServerSentEvents\SseFormatter.cs (1)
85reconnectionInterval: item.ReconnectionInterval);
System\Net\ServerSentEvents\SseItem.cs (1)
65ThrowHelper.ThrowArgumentException_CannotBeNegative(nameof(ReconnectionInterval));