Browse Source

[Modify] Edit it

master
sta 2 months ago
parent
commit
9d13553b88
  1. 3
      websocket-sharp/WebSocket.cs

3
websocket-sharp/WebSocket.cs

@ -3745,7 +3745,8 @@ namespace WebSocketSharp
/// </para> /// </para>
/// </param> /// </param>
/// <exception cref="InvalidOperationException"> /// <exception cref="InvalidOperationException">
/// The current state of the interface is not Open.
/// The SendAsync method is not available when the current state of
/// the interface is not Open.
/// </exception> /// </exception>
/// <exception cref="ArgumentNullException"> /// <exception cref="ArgumentNullException">
/// <paramref name="data"/> is <see langword="null"/>. /// <paramref name="data"/> is <see langword="null"/>.

Loading…
Cancel
Save