diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs index 73de6c5b..2abecbf1 100644 --- a/websocket-sharp/Server/WebSocketBehavior.cs +++ b/websocket-sharp/Server/WebSocketBehavior.cs @@ -106,8 +106,13 @@ namespace WebSocketSharp.Server /// Gets the information in a handshake request to the WebSocket service. /// /// - /// A instance that provides the access to the handshake request, - /// or if the WebSocket connection isn't established. + /// + /// A instance that provides the access to + /// the information in the handshake request. + /// + /// + /// if the session has not started yet. + /// /// public WebSocketContext Context { get {