Browse Source

[Modify] Edit it

pull/533/merge
sta 1 year ago
parent
commit
11793b6a63
  1. 8
      websocket-sharp/Server/WebSocketSessionManager.cs

8
websocket-sharp/Server/WebSocketSessionManager.cs

@ -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)
{

Loading…
Cancel
Save