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. /// ///