3 writes to _nextReconnectionInterval
System.Net.ServerSentEvents (3)
System\Net\ServerSentEvents\SseParser_1.cs (3)
330
_nextReconnectionInterval
= null;
384
_nextReconnectionInterval
= null;
434
_nextReconnectionInterval
= ReconnectionInterval = timeSpan;
2 references to _nextReconnectionInterval
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
};