diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs
index ac767e79..e333adda 100644
--- a/websocket-sharp/Net/HttpListenerRequest.cs
+++ b/websocket-sharp/Net/HttpListenerRequest.cs
@@ -280,10 +280,12 @@ namespace WebSocketSharp.Net
}
///
- /// Gets a value indicating whether the HTTP connection is secured using the SSL protocol.
+ /// Gets a value indicating whether a secure connection is used to send
+ /// the request.
///
///
- /// true if the HTTP connection is secured; otherwise, false.
+ /// true if the connection is a secure connection; otherwise,
+ /// false.
///
public bool IsSecureConnection {
get {