diff --git a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs index 7790b37e..e1e4ed64 100644 --- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs @@ -347,12 +347,11 @@ namespace WebSocketSharp.Net.WebSockets } /// - /// Gets the WebSocket interface for two-way communication between the - /// client and server. + /// Gets the WebSocket instance used for two-way communication between + /// the client and server. /// /// - /// A that provides a set of methods - /// and properties for two-way communication using the WebSocket protocol. + /// A . /// public override WebSocket WebSocket { get {