|
|
|
@ -224,7 +224,8 @@ namespace WebSocketSharp.Server
|
|
|
|
/// Gets the total number of the sessions in the WebSocket services.
|
|
|
|
/// Gets the total number of the sessions in the WebSocket services.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// An <see cref="int"/> that represents the total number of the sessions in the services.
|
|
|
|
/// An <see cref="int"/> that represents the total number of
|
|
|
|
|
|
|
|
/// the sessions in the services.
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public int SessionCount {
|
|
|
|
public int SessionCount {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|