|
|
|
@ -533,8 +533,7 @@ 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">
|
|
|
|
/// A <see cref="string"/> that represents the text data to send.
|
|
|
|
/// A <see cref="string"/> that represents the text data to send.
|
|
|
|
|