diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs index c972c39e..33ab2b0b 100644 --- a/websocket-sharp/Server/WebSocketBehavior.cs +++ b/websocket-sharp/Server/WebSocketBehavior.cs @@ -180,8 +180,12 @@ namespace WebSocketSharp.Server /// Gets the unique ID of a session. /// /// - /// A that represents the unique ID of the session, - /// or if the WebSocket connection isn't established. + /// + /// A that represents the unique ID of the session. + /// + /// + /// if the session has not started yet. + /// /// public string ID { get {