|
|
|
@ -765,10 +765,9 @@ namespace WebSocketSharp.Server
|
|
|
|
/// A <c>Dictionary<string, Dictionary<string, bool>></c>.
|
|
|
|
/// A <c>Dictionary<string, Dictionary<string, bool>></c>.
|
|
|
|
/// </para>
|
|
|
|
/// </para>
|
|
|
|
/// <para>
|
|
|
|
/// <para>
|
|
|
|
/// It represents a collection of pairs of a service path and
|
|
|
|
/// It represents a collection of pairs of a service path and another
|
|
|
|
/// another collection of pairs of a session ID and a value
|
|
|
|
/// collection of pairs of a session ID and a value indicating whether
|
|
|
|
/// indicating whether a pong has been received within a time
|
|
|
|
/// a pong has been received from its client within a time.
|
|
|
|
/// from its client.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
/// </para>
|
|
|
|
/// </returns>
|
|
|
|
/// </returns>
|
|
|
|
/// <exception cref="InvalidOperationException">
|
|
|
|
/// <exception cref="InvalidOperationException">
|
|
|
|
|