diff --git a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs index b33d3a56..a62beac2 100644 --- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs @@ -35,8 +35,8 @@ using System.Security.Principal; namespace WebSocketSharp.Net.WebSockets { /// - /// Provides the properties used to access the information in - /// a WebSocket handshake request received by the . + /// Provides the access to the information in a WebSocket handshake request to + /// a instance. /// public class HttpListenerWebSocketContext : WebSocketContext {