[Modify] Edit it

This commit is contained in:
sta 2021-10-26 19:40:00 +09:00
parent 32622b71e5
commit eed3abc99a

View File

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