From e18960815402c611314e2f8b5e5b55c1f56360ef Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 18 Jul 2017 15:56:42 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 0bc25a43..91b29352 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -614,23 +614,24 @@ namespace WebSocketSharp.Server } /// - /// Gets or sets the delegate used to find the credentials for - /// an identity. + /// Gets or sets the delegate used to find the credentials + /// for an identity. /// /// /// - /// The set operation does nothing if the server has already - /// started or it is shutting down. - /// - /// /// No credentials are found if the method invoked by /// the delegate returns or /// the value is . /// + /// + /// The set operation does nothing if the server has + /// already started or it is shutting down. + /// /// /// /// - /// A Func<IIdentity, NetworkCredential> delegate or + /// A Func<, + /// > delegate or /// if not needed. /// ///