From 748de5bdf49bb7e5bfa431e373ca3848152c16f6 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 16 Jun 2018 20:35:29 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketBehavior.cs | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs index 33ab2b0b..bff4ae61 100644 --- a/websocket-sharp/Server/WebSocketBehavior.cs +++ b/websocket-sharp/Server/WebSocketBehavior.cs @@ -154,12 +154,17 @@ namespace WebSocketSharp.Server } /// - /// Gets or sets a value indicating whether the used in a session emits - /// a event when receives a Ping. + /// Gets or sets a value indicating whether the WebSocket instance for + /// a session emits the message event when receives a ping. /// /// - /// true if the emits a event - /// when receives a Ping; otherwise, false. The default value is false. + /// + /// true if the WebSocket instance emits the message event + /// when receives a ping; otherwise, false. + /// + /// + /// The default value is false. + /// /// public bool EmitOnPing { get {