diff --git a/websocket-sharp/Server/IWebSocketSession.cs b/websocket-sharp/Server/IWebSocketSession.cs
index 798a404f..7ac0d28f 100644
--- a/websocket-sharp/Server/IWebSocketSession.cs
+++ b/websocket-sharp/Server/IWebSocketSession.cs
@@ -39,10 +39,11 @@ namespace WebSocketSharp.Server
#region Properties
///
- /// Gets the information in the connection request to the WebSocket service.
+ /// Gets the information in the WebSocket handshake request.
///
///
- /// A that provides the access to the connection request.
+ /// A instance that provides the access to
+ /// the information in the handshake request.
///
WebSocketContext Context { get; }