diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs index 24744b0e..36fcaadb 100644 --- a/websocket-sharp/Server/WebSocketBehavior.cs +++ b/websocket-sharp/Server/WebSocketBehavior.cs @@ -1272,13 +1272,15 @@ namespace WebSocketSharp.Server /// /// /// - /// The session has not started yet. + /// The Send method is not available when the session has not + /// started yet. /// /// /// -or- /// /// - /// 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. /// /// protected void Send (Stream stream, int length)