[Modify] Edit it

This commit is contained in:
sta 2017-08-17 15:36:44 +09:00
parent 75d09276ba
commit a62693baaf

View File

@ -504,12 +504,10 @@ namespace WebSocketSharp.Server
}
/// <summary>
/// Sends the specified <paramref name="data"/> to
/// every client in the WebSocket services.
/// Sends <paramref name="data"/> to every client in the WebSocket services.
/// </summary>
/// <param name="data">
/// An array of <see cref="byte"/> that represents
/// the binary data to send.
/// An array of <see cref="byte"/> that represents the binary data to send.
/// </param>
/// <exception cref="InvalidOperationException">
/// The current state of the manager is not Start.