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 {