|
@ -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>
|
|
|