[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>
/// 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.
/// </summary>
/// <returns>
@ -1086,14 +1086,14 @@ namespace WebSocketSharp.Server
/// </returns>
/// <param name="message">
/// <para>
/// A <see cref="string"/> that represents the message to send.
/// A <see cref="string"/> that specifies the message to send.
/// </para>
/// <para>
/// The size must be 125 bytes or less in UTF-8.
/// </para>
/// </param>
/// <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>
/// <exception cref="ArgumentNullException">
/// <paramref name="id"/> is <see langword="null"/>.