[Modify] Edit it
This commit is contained in:
parent
f6ec443461
commit
ef777f69e1
@ -607,8 +607,8 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Sends the specified <paramref name="data"/> asynchronously to
|
/// Sends <paramref name="data"/> asynchronously to every client in
|
||||||
/// every client in the WebSocket service.
|
/// the WebSocket service.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// This method does not wait for the send to be complete.
|
/// This method does not wait for the send to be complete.
|
||||||
@ -622,7 +622,7 @@ namespace WebSocketSharp.Server
|
|||||||
/// if not needed.
|
/// if not needed.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// That delegate invokes the method called when the send is complete.
|
/// The delegate invokes the method called when the send is complete.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <exception cref="InvalidOperationException">
|
/// <exception cref="InvalidOperationException">
|
||||||
|
Loading…
Reference in New Issue
Block a user