diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index 593a3332..3a9eae61 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -198,11 +198,17 @@ namespace WebSocketSharp
///
/// Initializes a new instance of the class with
- /// and .
+ /// and optionally .
///
///
- /// A that specifies the URL of the WebSocket
- /// server to connect.
+ ///
+ /// A that specifies the URL of the WebSocket
+ /// server to connect.
+ ///
+ ///
+ /// The new instance uses a secure connection if the scheme of
+ /// the URL is wss.
+ ///
///
///
///