From b255601dc3fd09d2f279bfce14141d28462e036b Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 12 Dec 2016 17:03:32 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index b721cb0e..b027c3da 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2692,17 +2692,18 @@ namespace WebSocketSharp /// the WebSocket connection. /// /// - /// true if the ping has been sent and then a pong has been - /// received within a time; otherwise, false. + /// true if the sending a ping has done with no error and + /// a pong has been received within a time; otherwise, false. /// /// /// A that represents the message to send. + /// Its size must be 125 bytes or less in UTF-8. /// /// /// is . /// /// - /// could not be UTF8 encoded. + /// could not be UTF-8-encoded. /// /// /// The size of is greater than 125 bytes.