Browse Source

[Modify] Edit it

pull/755/head
sta 1 year ago
parent
commit
408199b2df
  1. 7
      websocket-sharp/Server/WebSocketSessionManager.cs

7
websocket-sharp/Server/WebSocketSessionManager.cs

@ -1375,11 +1375,12 @@ namespace WebSocketSharp.Server
/// An <see cref="T:System.Action{bool}"/> delegate.
/// </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>
/// The <see cref="bool"/> parameter passed to the method is <c>true</c>
/// if the send has successfully done; otherwise, <c>false</c>.
/// The <see cref="bool"/> parameter passed to the delegate is
/// <c>true</c> if the send has successfully done; otherwise,
/// <c>false</c>.
/// </para>
/// <para>
/// <see langword="null"/> if not necessary.

Loading…
Cancel
Save