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 {