Browse Source

[Modify] Edit it

pull/571/merge
sta 3 months ago
parent
commit
6a02688288
  1. 6
      websocket-sharp/Server/WebSocketBehavior.cs

6
websocket-sharp/Server/WebSocketBehavior.cs

@ -1272,13 +1272,15 @@ namespace WebSocketSharp.Server
/// </exception> /// </exception>
/// <exception cref="InvalidOperationException"> /// <exception cref="InvalidOperationException">
/// <para> /// <para>
/// The session has not started yet.
/// The Send method is not available when the session has not
/// started yet.
/// </para> /// </para>
/// <para> /// <para>
/// -or- /// -or-
/// </para> /// </para>
/// <para> /// <para>
/// The current state of the WebSocket interface is not Open.
/// The Send method is not available when the current state of
/// the WebSocket interface is not Open.
/// </para> /// </para>
/// </exception> /// </exception>
protected void Send (Stream stream, int length) protected void Send (Stream stream, int length)

Loading…
Cancel
Save