diff --git a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs
index b97893d7..d4dfbf78 100644
--- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs
+++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs
@@ -143,10 +143,11 @@ namespace WebSocketSharp.Net.WebSockets
}
///
- /// Gets a value indicating whether the WebSocket connection is secured.
+ /// Gets a value indicating whether a secure connection is used to send
+ /// the handshake request.
///
///
- /// true if the connection is secured; otherwise, false.
+ /// true if the connection is secure; otherwise, false.
///
public override bool IsSecureConnection {
get {