[Modify] Edit it

This commit is contained in:
sta 2021-11-19 19:39:02 +09:00
parent e284fbde64
commit 636e61e8b9

View File

@ -1129,13 +1129,13 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Sends <paramref name="data"/> to the client using the specified session. /// Sends the specified data to the client using the specified session.
/// </summary> /// </summary>
/// <param name="data"> /// <param name="data">
/// An array of <see cref="byte"/> that represents the binary data to send. /// An array of <see cref="byte"/> that specifies the binary data to send.
/// </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">
/// <para> /// <para>