|
|
|
@ -1524,16 +1524,14 @@ namespace WebSocketSharp.Server
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Tries to get the session instance with the specified
|
|
|
|
/// Tries to get the session instance with <paramref name="id"/>.
|
|
|
|
/// <paramref name="id"/>.
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <returns>
|
|
|
|
/// <returns>
|
|
|
|
/// <c>true</c> if the session is successfully found;
|
|
|
|
/// <c>true</c> if the session is successfully found; otherwise,
|
|
|
|
/// otherwise, <c>false</c>.
|
|
|
|
/// <c>false</c>.
|
|
|
|
/// </returns>
|
|
|
|
/// </returns>
|
|
|
|
/// <param name="id">
|
|
|
|
/// <param name="id">
|
|
|
|
/// A <see cref="string"/> that represents the ID of
|
|
|
|
/// A <see cref="string"/> that represents the ID of the session to find.
|
|
|
|
/// the session to find.
|
|
|
|
|
|
|
|
/// </param>
|
|
|
|
/// </param>
|
|
|
|
/// <param name="session">
|
|
|
|
/// <param name="session">
|
|
|
|
/// <para>
|
|
|
|
/// <para>
|
|
|
|
@ -1541,8 +1539,8 @@ namespace WebSocketSharp.Server
|
|
|
|
/// instance or <see langword="null"/> if not found.
|
|
|
|
/// instance or <see langword="null"/> if not found.
|
|
|
|
/// </para>
|
|
|
|
/// </para>
|
|
|
|
/// <para>
|
|
|
|
/// <para>
|
|
|
|
/// That session instance provides the function to
|
|
|
|
/// The session instance provides the function to access
|
|
|
|
/// access the information in the session.
|
|
|
|
/// the information in the session.
|
|
|
|
/// </para>
|
|
|
|
/// </para>
|
|
|
|
/// </param>
|
|
|
|
/// </param>
|
|
|
|
/// <exception cref="ArgumentNullException">
|
|
|
|
/// <exception cref="ArgumentNullException">
|
|
|
|
|