diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs index 618f05ec..9632ccaa 100644 --- a/websocket-sharp/Server/WebSocketBehavior.cs +++ b/websocket-sharp/Server/WebSocketBehavior.cs @@ -288,11 +288,19 @@ namespace WebSocketSharp.Server } /// - /// Gets the state of the used in a session. + /// Gets the current state of the WebSocket connection for a session. /// /// - /// One of the enum values, indicates the state of - /// the . + /// + /// One of the enum values. + /// + /// + /// It indicates the current state of the connection. + /// + /// + /// if the session has not + /// started yet. + /// /// public WebSocketState State { get {