SseParser<T>.ReconnectionInterval Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the reconnection interval.
public:
property TimeSpan ReconnectionInterval { TimeSpan get(); };
public TimeSpan ReconnectionInterval { get; }
member this.ReconnectionInterval : TimeSpan
Public ReadOnly Property ReconnectionInterval As TimeSpan
Property Value
Remarks
If no retry event was received, this defaults to InfiniteTimeSpan, and it will only ever be InfiniteTimeSpan in that situation. If a client wishes to retry, the server-sent events specification states that the interval may then be decided by the client implementation and should be a few seconds.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.