diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs index 9632ccaa..03ef1bed 100644 --- a/websocket-sharp/Server/WebSocketBehavior.cs +++ b/websocket-sharp/Server/WebSocketBehavior.cs @@ -278,8 +278,13 @@ namespace WebSocketSharp.Server /// Gets the time that a session has started. /// /// - /// A that represents the time that the session has started, - /// or if the WebSocket connection isn't established. + /// + /// A that represents the time that the session + /// has started. + /// + /// + /// if the session has not started yet. + /// /// public DateTime StartTime { get {