Browse Source

[Modify] Edit it

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

3
websocket-sharp/WebSocket.cs

@ -3609,7 +3609,8 @@ namespace WebSocketSharp
/// A <see cref="string"/> that specifies the text data to send.
/// </param>
/// <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 cref="ArgumentNullException">
/// <paramref name="data"/> is <see langword="null"/>.

Loading…
Cancel
Save