[Modify] Edit it
This commit is contained in:
parent
64a390c66a
commit
4403d6b676
@ -775,19 +775,19 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Sends the data from <paramref name="stream"/> asynchronously to
|
/// Sends the data from the specified stream instance asynchronously to
|
||||||
/// every client in the WebSocket service.
|
/// every client in the WebSocket service.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
|
/// This method does not wait for the send to be complete.
|
||||||
|
/// </remarks>
|
||||||
|
/// <param name="stream">
|
||||||
|
/// <para>
|
||||||
|
/// A <see cref="Stream"/> instance from which to read the data to send.
|
||||||
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// The data is sent as the binary data.
|
/// The data is sent as the binary data.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
|
||||||
/// This method does not wait for the send to be complete.
|
|
||||||
/// </para>
|
|
||||||
/// </remarks>
|
|
||||||
/// <param name="stream">
|
|
||||||
/// A <see cref="Stream"/> instance from which to read the data to send.
|
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="length">
|
/// <param name="length">
|
||||||
/// An <see cref="int"/> that specifies the number of bytes to send.
|
/// An <see cref="int"/> that specifies the number of bytes to send.
|
||||||
@ -802,7 +802,7 @@ namespace WebSocketSharp.Server
|
|||||||
/// </para>
|
/// </para>
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <exception cref="InvalidOperationException">
|
/// <exception cref="InvalidOperationException">
|
||||||
/// The current state of the manager is not Start.
|
/// The current state of the service is not Start.
|
||||||
/// </exception>
|
/// </exception>
|
||||||
/// <exception cref="ArgumentNullException">
|
/// <exception cref="ArgumentNullException">
|
||||||
/// <paramref name="stream"/> is <see langword="null"/>.
|
/// <paramref name="stream"/> is <see langword="null"/>.
|
||||||
|
Loading…
Reference in New Issue
Block a user