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