|
|
|
@ -882,13 +882,11 @@ namespace WebSocketSharp.Server
|
|
|
|
/// Sends a ping to the client using the specified session.
|
|
|
|
/// Sends a ping to the client using the specified session.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <returns>
|
|
|
|
/// <returns>
|
|
|
|
/// <c>true</c> if the send has done with no error and
|
|
|
|
/// <c>true</c> if the send has done with no error and a pong has been
|
|
|
|
/// a pong from the client has been received within
|
|
|
|
/// received from the client within a time; otherwise, <c>false</c>.
|
|
|
|
/// a time; otherwise, <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>
|
|
|
|
/// <exception cref="ArgumentNullException">
|
|
|
|
/// <exception cref="ArgumentNullException">
|
|
|
|
/// <paramref name="id"/> is <see langword="null"/>.
|
|
|
|
/// <paramref name="id"/> is <see langword="null"/>.
|
|
|
|
|