|
|
|
@ -889,7 +889,7 @@ namespace WebSocketSharp.Server
|
|
|
|
/// received from the client within a time; otherwise, <c>false</c>.
|
|
|
|
/// received from the client within a time; otherwise, <c>false</c>.
|
|
|
|
/// </returns>
|
|
|
|
/// </returns>
|
|
|
|
/// <param name="id">
|
|
|
|
/// <param name="id">
|
|
|
|
/// A <see cref="string"/> that represents the ID of the session to find.
|
|
|
|
/// A <see cref="string"/> that represents the ID of the session.
|
|
|
|
/// </param>
|
|
|
|
/// </param>
|
|
|
|
/// <exception cref="ArgumentNullException">
|
|
|
|
/// <exception cref="ArgumentNullException">
|
|
|
|
/// <paramref name="id"/> is <see langword="null"/>.
|
|
|
|
/// <paramref name="id"/> is <see langword="null"/>.
|
|
|
|
|