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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.