Browse Source

[Modify] Edit it

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

3
websocket-sharp/WebSocket.cs

@ -3525,7 +3525,8 @@ namespace WebSocketSharp
/// An array of <see cref="byte"/> that specifies the binary data to send. /// An array of <see cref="byte"/> that specifies the binary data to send.
/// </param> /// </param>
/// <exception cref="InvalidOperationException"> /// <exception cref="InvalidOperationException">
/// The current state of the interface is not Open.
/// The Send 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