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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.