SseParser<T>.ReconnectionInterval プロパティ

定義

再接続間隔を取得します。

public:
 property TimeSpan ReconnectionInterval { TimeSpan get(); };
public TimeSpan ReconnectionInterval { get; }
member this.ReconnectionInterval : TimeSpan
Public ReadOnly Property ReconnectionInterval As TimeSpan

プロパティ値

注釈

再試行イベントが受信されなかった場合、これは既定で InfiniteTimeSpanになり、その状況でのみ InfiniteTimeSpan されます。 クライアントが再試行を希望する場合、サーバー送信イベントの仕様では、間隔はクライアント実装によって決定される可能性があり、数秒にする必要があることを示します。

適用対象