[Modify] Edit it
This commit is contained in:
parent
75d09276ba
commit
a62693baaf
@ -504,12 +504,10 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Sends the specified <paramref name="data"/> to
|
/// Sends <paramref name="data"/> to every client in the WebSocket services.
|
||||||
/// every client in the WebSocket services.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="data">
|
/// <param name="data">
|
||||||
/// An array of <see cref="byte"/> that represents
|
/// An array of <see cref="byte"/> that represents the binary data to send.
|
||||||
/// the binary data to send.
|
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <exception cref="InvalidOperationException">
|
/// <exception cref="InvalidOperationException">
|
||||||
/// The current state of the manager is not Start.
|
/// The current state of the manager is not Start.
|
||||||
|
Loading…
Reference in New Issue
Block a user