diff --git a/websocket-sharp/Net/HttpListenerContext.cs b/websocket-sharp/Net/HttpListenerContext.cs index a134f7c8..d65555e9 100644 --- a/websocket-sharp/Net/HttpListenerContext.cs +++ b/websocket-sharp/Net/HttpListenerContext.cs @@ -155,7 +155,13 @@ namespace WebSocketSharp.Net /// Gets the client information (identity, authentication, and security roles). /// /// - /// A instance that represents the client information. + /// + /// A instance or if not + /// authenticated. + /// + /// + /// The instance describes the client. + /// /// public IPrincipal User { get {