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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.