From ea63a299f9106c0b54ad6b9ee32c6dc0cbedd5fe Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 19 May 2017 15:21:57 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 136f59f1..bd2c3788 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -609,22 +609,32 @@ 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. + /// + /// 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 . + /// /// /// /// /// A Func<IIdentity, NetworkCredential> delegate or - /// if not needed. The default value is - /// . + /// if not needed. /// /// /// That delegate invokes the method called for finding /// the credentials used to authenticate a client. /// + /// + /// The default value is . + /// /// public Func UserCredentialsFinder { get {