diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs index a1145bb6..cd8b2ed0 100644 --- a/websocket-sharp/Server/WebSocketSessionManager.cs +++ b/websocket-sharp/Server/WebSocketSessionManager.cs @@ -487,12 +487,14 @@ namespace WebSocketSharp.Server } /// - /// Sends the specified of data from - /// the specified to every client in + /// Sends the data from to every client in /// the WebSocket service. /// + /// + /// The data is sent as the binary data. + /// /// - /// A from which to read the binary data to send. + /// A instance from which to read the data to send. /// /// /// An that specifies the number of bytes to send.