diff --git a/websocket-sharp/Net/WebSockets/WebSocketContext.cs b/websocket-sharp/Net/WebSockets/WebSocketContext.cs
index 1a3921f0..6ed98273 100644
--- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs
+++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs
@@ -193,10 +193,11 @@ namespace WebSocketSharp.Net.WebSockets
public abstract System.Net.IPEndPoint ServerEndPoint { get; }
///
- /// 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.
///
public abstract IPrincipal User { get; }