[Modify] Edit it
This commit is contained in:
parent
cab8ce2ceb
commit
f7bb97123e
@ -557,13 +557,13 @@ namespace WebSocketSharp.Server
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sends <paramref name="data"/> to every client in the WebSocket service.
|
||||
/// Sends the specified data to every client in the WebSocket service.
|
||||
/// </summary>
|
||||
/// <param name="data">
|
||||
/// A <see cref="string"/> that represents the text data to send.
|
||||
/// A <see cref="string"/> that specifies the text data to send.
|
||||
/// </param>
|
||||
/// <exception cref="InvalidOperationException">
|
||||
/// The current state of the manager is not Start.
|
||||
/// The current state of the service is not Start.
|
||||
/// </exception>
|
||||
/// <exception cref="ArgumentNullException">
|
||||
/// <paramref name="data"/> is <see langword="null"/>.
|
||||
|
Loading…
Reference in New Issue
Block a user