diff --git a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs
index 4dd726e7..58119b56 100644
--- a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs
+++ b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs
@@ -366,10 +366,11 @@ namespace WebSocketSharp.Net.WebSockets
}
///
- /// Gets the server endpoint as an IP address and a port number.
+ /// Gets the endpoint to which the handshake request is sent.
///
///
- /// A that represents the server endpoint.
+ /// A that represents the server IP
+ /// address and port number.
///
public override System.Net.IPEndPoint ServerEndPoint {
get {