[Modify] It will be removed.

This commit is contained in:
sta 2017-03-30 16:14:13 +09:00
parent baabf4622c
commit 91112a0bf3

View File

@ -227,6 +227,7 @@ namespace WebSocketSharp.Server
/// An <see cref="int"/> that represents the total number of /// An <see cref="int"/> that represents the total number of
/// the sessions in the services. /// the sessions in the services.
/// </value> /// </value>
[Obsolete ("This property will be removed.")]
public int SessionCount { public int SessionCount {
get { get {
var cnt = 0; var cnt = 0;