diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs index f1b8e2e2..5b1249d1 100644 --- a/websocket-sharp/Server/WebSocketBehavior.cs +++ b/websocket-sharp/Server/WebSocketBehavior.cs @@ -1444,13 +1444,15 @@ namespace WebSocketSharp.Server /// /// /// - /// The session has not started yet. + /// The SendAsync method is not available when the session has not + /// started yet. /// /// /// -or- /// /// - /// The current state of the WebSocket interface is not Open. + /// The SendAsync method is not available when the current state of + /// the WebSocket interface is not Open. /// /// protected void SendAsync (string data, Action completed)