Browse Source

[Modify] Edit it

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

3
websocket-sharp/WebSocket.cs

@ -3655,7 +3655,8 @@ namespace WebSocketSharp
/// An <see cref="int"/> that specifies the number of bytes 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="stream"/> is <see langword="null"/>.

Loading…
Cancel
Save