diff --git a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs
index 58119b56..9d4b1a15 100644
--- a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs
+++ b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs
@@ -379,10 +379,16 @@ namespace WebSocketSharp.Net.WebSockets
}
///
- /// Gets the client information (identity, authentication, and security roles).
+ /// Gets the client information.
///
///
- /// A instance that represents the client information.
+ ///
+ /// A instance that represents identity,
+ /// authentication, and security roles for the client.
+ ///
+ ///
+ /// if the client is not authenticated.
+ ///
///
public override IPrincipal User {
get {