diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index 87bbb8eb..87f28407 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -593,10 +593,14 @@ namespace WebSocketSharp.Server
/// Gets or sets the delegate called to find the credentials for
/// an identity used to authenticate a client.
///
+ ///
+ /// 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. The default value
- /// is .
+ /// A Func<IIdentity, NetworkCredential> delegate
+ /// that invokes the method used to find the credentials or
+ /// by default.
///
public Func UserCredentialsFinder {
get {