From eb14db462899e9e7b2f34c33910fd37518ed6300 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 18 Apr 2017 16:19:03 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 221b2960..f83b3f2f 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -1165,9 +1165,14 @@ namespace WebSocketSharp.Server /// the service to add. /// /// - /// An Action<TBehaviorWithNew> delegate that invokes - /// the method used to initialize a new session instance for - /// the service or if not needed. + /// + /// An Action<TBehaviorWithNew> delegate or + /// if not needed. + /// + /// + /// That delegate invokes the method called for initializing + /// a new session instance for the service. + /// /// /// /// The type of the behavior for the service. It must inherit