From 8dadc6bc09476abf1838fe91068ae57e7236a396 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 19 Apr 2017 18:24:43 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index f83b3f2f..92b07495 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -590,17 +590,22 @@ namespace WebSocketSharp.Server } /// - /// Gets or sets the delegate called to find the credentials for - /// an identity used to authenticate a client. + /// 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. /// /// - /// A Func<IIdentity, NetworkCredential> delegate - /// that invokes the method used to find the credentials or - /// by default. + /// + /// A Func<IIdentity, NetworkCredential> delegate or + /// if not needed. The default value is + /// . + /// + /// + /// That delegate invokes the method called for finding + /// the credentials used to authenticate a client. + /// /// public Func UserCredentialsFinder { get {