|
|
@ -723,14 +723,14 @@ namespace WebSocketSharp.Server |
|
|
|
/// <see langword="null"/> if not necessary.
|
|
|
|
/// </para>
|
|
|
|
/// </param>
|
|
|
|
/// <exception cref="InvalidOperationException">
|
|
|
|
/// The current state of the service is not Start.
|
|
|
|
/// <exception cref="ArgumentException">
|
|
|
|
/// <paramref name="data"/> could not be UTF-8-encoded.
|
|
|
|
/// </exception>
|
|
|
|
/// <exception cref="ArgumentNullException">
|
|
|
|
/// <paramref name="data"/> is <see langword="null"/>.
|
|
|
|
/// </exception>
|
|
|
|
/// <exception cref="ArgumentException">
|
|
|
|
/// <paramref name="data"/> could not be UTF-8-encoded.
|
|
|
|
/// <exception cref="InvalidOperationException">
|
|
|
|
/// The current state of the service is not Start.
|
|
|
|
/// </exception>
|
|
|
|
public void BroadcastAsync (string data, Action completed) |
|
|
|
{ |
|
|
|