[Modify] Edit it

This commit is contained in:
sta 2021-11-21 17:33:07 +09:00
parent 2c4b23f20f
commit 9f519e0646

View File

@ -1307,17 +1307,17 @@ namespace WebSocketSharp.Server
}
/// <summary>
/// Sends <paramref name="data"/> asynchronously to the client using
/// Sends the specified data asynchronously to the client using
/// the specified session.
/// </summary>
/// <remarks>
/// This method does not wait for the send to be complete.
/// </remarks>
/// <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 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 name="completed">
/// <para>