[Modify] Edit it

This commit is contained in:
sta 2021-11-18 20:22:36 +09:00
parent 7b80d2e8f5
commit 8532a1f44e

View File

@ -1077,7 +1077,7 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Sends a ping with <paramref name="message"/> to the client using /// Sends a ping with the specified message to the client using
/// the specified session. /// the specified session.
/// </summary> /// </summary>
/// <returns> /// <returns>
@ -1086,14 +1086,14 @@ namespace WebSocketSharp.Server
/// </returns> /// </returns>
/// <param name="message"> /// <param name="message">
/// <para> /// <para>
/// A <see cref="string"/> that represents the message to send. /// A <see cref="string"/> that specifies the message to send.
/// </para> /// </para>
/// <para> /// <para>
/// The size must be 125 bytes or less in UTF-8. /// The size must be 125 bytes or less in UTF-8.
/// </para> /// </para>
/// </param> /// </param>
/// <param name="id"> /// <param name="id">
/// A <see cref="string"/> that represents the ID of the session. /// A <see cref="string"/> that specifies 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"/>.