diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs index 03a2d476..2a735885 100644 --- a/websocket-sharp/Server/WebSocketSessionManager.cs +++ b/websocket-sharp/Server/WebSocketSessionManager.cs @@ -775,19 +775,19 @@ namespace WebSocketSharp.Server } /// - /// Sends the data from asynchronously to + /// Sends the data from the specified stream instance asynchronously to /// every client in the WebSocket service. /// /// + /// This method does not wait for the send to be complete. + /// + /// + /// + /// A instance from which to read the data to send. + /// /// /// The data is sent as the binary data. /// - /// - /// This method does not wait for the send to be complete. - /// - /// - /// - /// A instance from which to read the data to send. /// /// /// An that specifies the number of bytes to send. @@ -802,7 +802,7 @@ namespace WebSocketSharp.Server /// /// /// - /// The current state of the manager is not Start. + /// The current state of the service is not Start. /// /// /// is .