Browse Source

[Modify] Edit it

master
sta 2 months ago
parent
commit
8043c17b49
  1. 4
      websocket-sharp/WebSocket.cs

4
websocket-sharp/WebSocket.cs

@ -3784,10 +3784,10 @@ namespace WebSocketSharp
/// An <see cref="T:System.Action{bool}"/> delegate. /// An <see cref="T:System.Action{bool}"/> delegate.
/// </para> /// </para>
/// <para> /// <para>
/// The delegate invokes the method called when the send is complete.
/// It specifies the delegate called when the send is complete.
/// </para> /// </para>
/// <para> /// <para>
/// The <see cref="bool"/> parameter passed to the method is <c>true</c>
/// The <see cref="bool"/> parameter passed to the delegate is <c>true</c>
/// if the send has successfully done; otherwise, <c>false</c>. /// if the send has successfully done; otherwise, <c>false</c>.
/// </para> /// </para>
/// <para> /// <para>

Loading…
Cancel
Save