|
|
@ -1381,35 +1381,35 @@ namespace WebSocketSharp.Server |
|
|
|
/// <see langword="null"/> if not necessary.
|
|
|
|
/// </para>
|
|
|
|
/// </param>
|
|
|
|
/// <exception cref="InvalidOperationException">
|
|
|
|
/// <exception cref="ArgumentException">
|
|
|
|
/// <para>
|
|
|
|
/// The session has not started yet.
|
|
|
|
/// <paramref name="stream"/> cannot be read.
|
|
|
|
/// </para>
|
|
|
|
/// <para>
|
|
|
|
/// -or-
|
|
|
|
/// </para>
|
|
|
|
/// <para>
|
|
|
|
/// The current state of the WebSocket interface is not Open.
|
|
|
|
/// <paramref name="length"/> is less than 1.
|
|
|
|
/// </para>
|
|
|
|
/// </exception>
|
|
|
|
/// <exception cref="ArgumentNullException">
|
|
|
|
/// <paramref name="stream"/> is <see langword="null"/>.
|
|
|
|
/// </exception>
|
|
|
|
/// <exception cref="ArgumentException">
|
|
|
|
/// <para>
|
|
|
|
/// <paramref name="stream"/> cannot be read.
|
|
|
|
/// -or-
|
|
|
|
/// </para>
|
|
|
|
/// <para>
|
|
|
|
/// -or-
|
|
|
|
/// No data could be read from <paramref name="stream"/>.
|
|
|
|
/// </para>
|
|
|
|
/// </exception>
|
|
|
|
/// <exception cref="ArgumentNullException">
|
|
|
|
/// <paramref name="stream"/> is <see langword="null"/>.
|
|
|
|
/// </exception>
|
|
|
|
/// <exception cref="InvalidOperationException">
|
|
|
|
/// <para>
|
|
|
|
/// <paramref name="length"/> is less than 1.
|
|
|
|
/// The session has not started yet.
|
|
|
|
/// </para>
|
|
|
|
/// <para>
|
|
|
|
/// -or-
|
|
|
|
/// </para>
|
|
|
|
/// <para>
|
|
|
|
/// No data could be read from <paramref name="stream"/>.
|
|
|
|
/// The current state of the WebSocket interface is not Open.
|
|
|
|
/// </para>
|
|
|
|
/// </exception>
|
|
|
|
protected void SendAsync (Stream stream, int length, Action<bool> completed) |
|
|
|