From 8e77c1592be1d53320c29401676e6bd5883b1b9d Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 4 Aug 2017 15:28:33 +0900 Subject: [PATCH] [Modify] Edit it --- .../Server/WebSocketServiceManager.cs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs index ed82a0ce..57a7db9c 100644 --- a/websocket-sharp/Server/WebSocketServiceManager.cs +++ b/websocket-sharp/Server/WebSocketServiceManager.cs @@ -793,22 +793,22 @@ namespace WebSocketSharp.Server /// A Dictionary<string, Dictionary<string, bool>>. /// /// - /// It represents a collection of pairs of a service path and - /// another collection of pairs of a session ID and a value - /// indicating whether a pong has been received within a time - /// from its client. + /// It represents a collection of pairs of a service path and another + /// collection of pairs of a session ID and a value indicating whether + /// a pong has been received from its client within a time. /// /// /// - /// A that represents a message to send. - /// The size must be 125 bytes or less in UTF-8. + /// + /// A that represents the message to send. + /// + /// + /// The size must be 125 bytes or less in UTF-8. + /// /// /// /// The current state of the manager is not Start. /// - /// - /// is . - /// /// /// could not be UTF-8-encoded. ///