|
|
|
@ -450,8 +450,7 @@ namespace WebSocketSharp.Server
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Sends the specified <paramref name="data"/> to every client in
|
|
|
|
/// Sends <paramref name="data"/> to every client in the WebSocket service.
|
|
|
|
/// the WebSocket service.
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="data">
|
|
|
|
/// <param name="data">
|
|
|
|
/// A <see cref="string"/> that represents the text data to send.
|
|
|
|
/// A <see cref="string"/> that represents the text data to send.
|
|
|
|
|