From b8e6aa44ce803d6d649f55f5641524fc8c0f9361 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 2 Nov 2017 15:07:39 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index fcd24353..4537bc3b 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -410,12 +410,17 @@ namespace WebSocketSharp } /// - /// Gets or sets a value indicating whether the emits - /// a event when receives a ping. + /// Gets or sets a value indicating whether a event + /// is emitted when a ping is received. /// /// - /// true if the emits a event - /// when receives a ping; otherwise, false. The default value is false. + /// + /// true if this instance emits a event + /// when receives a ping; otherwise, false. + /// + /// + /// The default value is false. + /// /// public bool EmitOnPing { get {