diff --git a/websocket-sharp/Net/WebSockets/WebSocketContext.cs b/websocket-sharp/Net/WebSockets/WebSocketContext.cs
index 3a5164d3..5b15a8ff 100644
--- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs
+++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs
@@ -99,10 +99,11 @@ namespace WebSocketSharp.Net.WebSockets
public abstract bool IsLocal { get; }
///
- /// 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 abstract bool IsSecureConnection { get; }