[Modify] Edit it
This commit is contained in:
		@@ -74,11 +74,15 @@ namespace WebSocketSharp.Server
 | 
				
			|||||||
    DateTime StartTime { get; }
 | 
					    DateTime StartTime { get; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /// <summary>
 | 
					    /// <summary>
 | 
				
			||||||
    /// Gets the state of the <see cref="WebSocket"/> used in the session.
 | 
					    /// Gets the current state of the WebSocket connection for the session.
 | 
				
			||||||
    /// </summary>
 | 
					    /// </summary>
 | 
				
			||||||
    /// <value>
 | 
					    /// <value>
 | 
				
			||||||
    /// One of the <see cref="WebSocketState"/> enum values, indicates the state of
 | 
					    ///   <para>
 | 
				
			||||||
    /// the <see cref="WebSocket"/> used in the session.
 | 
					    ///   One of the <see cref="WebSocketState"/> enum values.
 | 
				
			||||||
 | 
					    ///   </para>
 | 
				
			||||||
 | 
					    ///   <para>
 | 
				
			||||||
 | 
					    ///   It indicates the current state of the connection.
 | 
				
			||||||
 | 
					    ///   </para>
 | 
				
			||||||
    /// </value>
 | 
					    /// </value>
 | 
				
			||||||
    WebSocketState State { get; }
 | 
					    WebSocketState State { get; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user