diff --git a/Example/bin/Debug_Ubuntu/example.exe b/Example/bin/Debug_Ubuntu/example.exe index 9c55fbba..b5d9763f 100755 Binary files a/Example/bin/Debug_Ubuntu/example.exe and b/Example/bin/Debug_Ubuntu/example.exe differ diff --git a/Example/bin/Debug_Ubuntu/websocket-sharp.dll b/Example/bin/Debug_Ubuntu/websocket-sharp.dll index 86672634..0e13d30d 100755 Binary files a/Example/bin/Debug_Ubuntu/websocket-sharp.dll and b/Example/bin/Debug_Ubuntu/websocket-sharp.dll differ diff --git a/Example/bin/Release_Ubuntu/example.exe b/Example/bin/Release_Ubuntu/example.exe index 7658709f..67fae3d4 100755 Binary files a/Example/bin/Release_Ubuntu/example.exe and b/Example/bin/Release_Ubuntu/example.exe differ diff --git a/Example/bin/Release_Ubuntu/websocket-sharp.dll b/Example/bin/Release_Ubuntu/websocket-sharp.dll index 597d54af..8a8b6453 100755 Binary files a/Example/bin/Release_Ubuntu/websocket-sharp.dll and b/Example/bin/Release_Ubuntu/websocket-sharp.dll differ diff --git a/Example1/bin/Debug_Ubuntu/example1.exe b/Example1/bin/Debug_Ubuntu/example1.exe index cc15218d..b95c663c 100755 Binary files a/Example1/bin/Debug_Ubuntu/example1.exe and b/Example1/bin/Debug_Ubuntu/example1.exe differ diff --git a/Example1/bin/Debug_Ubuntu/websocket-sharp.dll b/Example1/bin/Debug_Ubuntu/websocket-sharp.dll index 86672634..0e13d30d 100755 Binary files a/Example1/bin/Debug_Ubuntu/websocket-sharp.dll and b/Example1/bin/Debug_Ubuntu/websocket-sharp.dll differ diff --git a/Example1/bin/Release_Ubuntu/example1.exe b/Example1/bin/Release_Ubuntu/example1.exe index f6f6713c..4183027d 100755 Binary files a/Example1/bin/Release_Ubuntu/example1.exe and b/Example1/bin/Release_Ubuntu/example1.exe differ diff --git a/Example1/bin/Release_Ubuntu/websocket-sharp.dll b/Example1/bin/Release_Ubuntu/websocket-sharp.dll index 597d54af..8a8b6453 100755 Binary files a/Example1/bin/Release_Ubuntu/websocket-sharp.dll and b/Example1/bin/Release_Ubuntu/websocket-sharp.dll differ diff --git a/Example2/Program.cs b/Example2/Program.cs index ab4e704c..91472af1 100644 --- a/Example2/Program.cs +++ b/Example2/Program.cs @@ -20,7 +20,7 @@ namespace Example2 //var wssv = new WebSocketServiceHost(4649); //var wssv = new WebSocketServiceHost(4649, "/Chat"); //var wssv = new WebSocketServiceHost(4649, "/チャット"); - //wssv.Sweeped = false; // Stop the Sweep inactive session Timer. + //wssv.Sweeping = false; // Stop the sweep inactive session timer. wssv.Start(); Console.WriteLine( @@ -31,7 +31,7 @@ namespace Example2 // Multi services server var wssv = new WebSocketServer(4649); //var wssv = new WebSocketServer("ws://localhost:4649"); - //wssv.Sweeped = false; // Stop the Sweep inactive session Timer. + //wssv.Sweeping = false; // Stop the sweep inactive session timer. wssv.AddWebSocketService("/Echo"); wssv.AddWebSocketService("/Chat"); //wssv.AddWebSocketService("/エコー"); diff --git a/Example2/bin/Debug_Ubuntu/example2.exe b/Example2/bin/Debug_Ubuntu/example2.exe index 110de5d5..81949614 100755 Binary files a/Example2/bin/Debug_Ubuntu/example2.exe and b/Example2/bin/Debug_Ubuntu/example2.exe differ diff --git a/Example2/bin/Debug_Ubuntu/websocket-sharp.dll b/Example2/bin/Debug_Ubuntu/websocket-sharp.dll index 86672634..0e13d30d 100755 Binary files a/Example2/bin/Debug_Ubuntu/websocket-sharp.dll and b/Example2/bin/Debug_Ubuntu/websocket-sharp.dll differ diff --git a/Example2/bin/Release_Ubuntu/example2.exe b/Example2/bin/Release_Ubuntu/example2.exe index 91169ca2..e3e9b063 100755 Binary files a/Example2/bin/Release_Ubuntu/example2.exe and b/Example2/bin/Release_Ubuntu/example2.exe differ diff --git a/Example2/bin/Release_Ubuntu/websocket-sharp.dll b/Example2/bin/Release_Ubuntu/websocket-sharp.dll index 597d54af..8a8b6453 100755 Binary files a/Example2/bin/Release_Ubuntu/websocket-sharp.dll and b/Example2/bin/Release_Ubuntu/websocket-sharp.dll differ diff --git a/Example3/Program.cs b/Example3/Program.cs index dd437173..f8142d4a 100644 --- a/Example3/Program.cs +++ b/Example3/Program.cs @@ -12,7 +12,7 @@ namespace Example3 public static void Main(string[] args) { _httpsv = new HttpServer(4649); - //_httpsv.Sweeped = false; + //_httpsv.Sweeping = false; _httpsv.AddWebSocketService("/Echo"); _httpsv.AddWebSocketService("/Chat"); diff --git a/Example3/bin/Debug_Ubuntu/Example3.exe b/Example3/bin/Debug_Ubuntu/Example3.exe index 0a444e8d..0c3cffd6 100755 Binary files a/Example3/bin/Debug_Ubuntu/Example3.exe and b/Example3/bin/Debug_Ubuntu/Example3.exe differ diff --git a/Example3/bin/Debug_Ubuntu/websocket-sharp.dll b/Example3/bin/Debug_Ubuntu/websocket-sharp.dll index 86672634..0e13d30d 100755 Binary files a/Example3/bin/Debug_Ubuntu/websocket-sharp.dll and b/Example3/bin/Debug_Ubuntu/websocket-sharp.dll differ diff --git a/Example3/bin/Release_Ubuntu/Example3.exe b/Example3/bin/Release_Ubuntu/Example3.exe index 8573f35c..0d387843 100755 Binary files a/Example3/bin/Release_Ubuntu/Example3.exe and b/Example3/bin/Release_Ubuntu/Example3.exe differ diff --git a/Example3/bin/Release_Ubuntu/websocket-sharp.dll b/Example3/bin/Release_Ubuntu/websocket-sharp.dll index 597d54af..8a8b6453 100755 Binary files a/Example3/bin/Release_Ubuntu/websocket-sharp.dll and b/Example3/bin/Release_Ubuntu/websocket-sharp.dll differ diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index 2dd9dc2d..d10e8850 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -121,19 +121,20 @@ namespace WebSocketSharp.Server { } /// - /// Gets or sets a value indicating whether the server cleans up the inactive WebSocket service instances periodically. + /// Gets or sets a value indicating whether the server cleans up the inactive WebSocket service + /// instances periodically. /// /// /// true if the server cleans up the inactive WebSocket service instances every 60 seconds; /// otherwise, false. The default value is true. /// - public bool Sweeped { + public bool Sweeping { get { - return _svcHosts.Sweeped; + return _svcHosts.Sweeping; } set { - _svcHosts.Sweeped = value; + _svcHosts.Sweeping = value; } } @@ -391,8 +392,8 @@ namespace WebSocketSharp.Server { var svcHost = new WebSocketServiceHost(); svcHost.Uri = absPath.ToUri(); - if (!Sweeped) - svcHost.Sweeped = Sweeped; + if (!Sweeping) + svcHost.Sweeping = false; _svcHosts.Add(absPath, svcHost); } diff --git a/websocket-sharp/Server/IServiceHost.cs b/websocket-sharp/Server/IServiceHost.cs index 06ffcd07..1b3ed75d 100644 --- a/websocket-sharp/Server/IServiceHost.cs +++ b/websocket-sharp/Server/IServiceHost.cs @@ -32,19 +32,21 @@ using WebSocketSharp.Net.WebSockets; namespace WebSocketSharp.Server { /// - /// Exposes the methods and property for the host that provides a . + /// Exposes the methods and properties for the WebSocket service host. /// /// /// public interface IServiceHost { /// - /// Gets or sets a value indicating whether the WebSocket service host cleans up the inactive service clients periodically. + /// Gets or sets a value indicating whether the WebSocket service host cleans up the inactive service + /// instances periodically. /// /// - /// true if the WebSocket service host cleans up the inactive service clients periodically; otherwise, false. + /// true if the WebSocket service host cleans up the inactive service instances periodically; + /// otherwise, false. /// - bool Sweeped { get; set; } + bool Sweeping { get; set; } /// /// Binds the specified to a instance. diff --git a/websocket-sharp/Server/ServiceHostManager.cs b/websocket-sharp/Server/ServiceHostManager.cs index 9ff0930b..f9ad6a74 100644 --- a/websocket-sharp/Server/ServiceHostManager.cs +++ b/websocket-sharp/Server/ServiceHostManager.cs @@ -36,7 +36,7 @@ namespace WebSocketSharp.Server { #region Private Fields private Dictionary _svcHosts; - private bool _sweeped; + private bool _sweeping; #endregion @@ -45,7 +45,7 @@ namespace WebSocketSharp.Server { public ServiceHostManager() { _svcHosts = new Dictionary(); - _sweeped = true; + _sweeping = true; } #endregion @@ -70,17 +70,17 @@ namespace WebSocketSharp.Server { } } - public bool Sweeped { + public bool Sweeping { get { - return _sweeped; + return _sweeping; } set { - if (_sweeped ^ value) + if (_sweeping ^ value) { - _sweeped = value; + _sweeping = value; foreach (var svcHost in _svcHosts.Values) - svcHost.Sweeped = value; + svcHost.Sweeping = value; } } } diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 2af7ac21..9401394f 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -161,19 +161,20 @@ namespace WebSocketSharp.Server { } /// - /// Gets or sets a value indicating whether the server cleans up the inactive clients periodically. + /// Gets or sets a value indicating whether the server cleans up the inactive WebSocket service + /// instances periodically. /// /// - /// true if the server cleans up the inactive clients every 60 seconds; otherwise, false. - /// The default value is true. + /// true if the server cleans up the inactive WebSocket service instances every 60 seconds; + /// otherwise, false. The default value is true. /// - public bool Sweeped { + public bool Sweeping { get { - return _svcHosts.Sweeped; + return _svcHosts.Sweeping; } set { - _svcHosts.Sweeped = value; + _svcHosts.Sweeping = value; } } @@ -241,8 +242,8 @@ namespace WebSocketSharp.Server { svcHost.Uri = BaseUri.IsAbsoluteUri ? new Uri(BaseUri, absPath) : absPath.ToUri(); - if (!Sweeped) - svcHost.Sweeped = Sweeped; + if (!Sweeping) + svcHost.Sweeping = false; _svcHosts.Add(absPath, svcHost); } diff --git a/websocket-sharp/Server/WebSocketServiceHost.cs b/websocket-sharp/Server/WebSocketServiceHost.cs index 5abdede6..acf8638d 100644 --- a/websocket-sharp/Server/WebSocketServiceHost.cs +++ b/websocket-sharp/Server/WebSocketServiceHost.cs @@ -183,19 +183,20 @@ namespace WebSocketSharp.Server { #region Public Properties /// - /// Gets or sets a value indicating whether the server cleans up the inactive clients periodically. + /// Gets or sets a value indicating whether the server cleans up the inactive WebSocket service + /// instances periodically. /// /// - /// true if the server cleans up the inactive clients every 60 seconds; otherwise, false. - /// The default value is true. + /// true if the server cleans up the inactive WebSocket service instances every 60 seconds; + /// otherwise, false. The default value is true. /// - public bool Sweeped { + public bool Sweeping { get { - return _sessions.Sweeped; + return _sessions.Sweeping; } set { - _sessions.Sweeped = value; + _sessions.Sweeping = value; } } @@ -237,7 +238,7 @@ namespace WebSocketSharp.Server { protected override void AcceptWebSocket(TcpListenerWebSocketContext context) { var websocket = context.WebSocket; - var path = context.Path.UrlDecode(); + var path = context.Path.UrlDecode(); if (path != Uri.GetAbsolutePath().UrlDecode()) { websocket.Close(HttpStatusCode.NotImplemented); diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs index 515baf6a..08cc65eb 100644 --- a/websocket-sharp/Server/WebSocketServiceManager.cs +++ b/websocket-sharp/Server/WebSocketServiceManager.cs @@ -138,7 +138,7 @@ namespace WebSocketSharp.Server { /// true if the cleans up the inactive objects /// every 60 seconds; otherwise, false. /// - public bool Sweeped { + public bool Sweeping { get { return _sweepTimer.Enabled; } @@ -230,7 +230,7 @@ namespace WebSocketSharp.Server { private void startSweepTimer() { - if (!Sweeped) + if (!_sweepTimer.Enabled) _sweepTimer.Start(); } @@ -253,7 +253,7 @@ namespace WebSocketSharp.Server { private void stopSweepTimer() { - if (Sweeped) + if (_sweepTimer.Enabled) _sweepTimer.Stop(); } diff --git a/websocket-sharp/bin/Debug_Ubuntu/websocket-sharp.dll b/websocket-sharp/bin/Debug_Ubuntu/websocket-sharp.dll index 86672634..0e13d30d 100755 Binary files a/websocket-sharp/bin/Debug_Ubuntu/websocket-sharp.dll and b/websocket-sharp/bin/Debug_Ubuntu/websocket-sharp.dll differ diff --git a/websocket-sharp/bin/Release_Ubuntu/websocket-sharp.dll b/websocket-sharp/bin/Release_Ubuntu/websocket-sharp.dll index 597d54af..8a8b6453 100755 Binary files a/websocket-sharp/bin/Release_Ubuntu/websocket-sharp.dll and b/websocket-sharp/bin/Release_Ubuntu/websocket-sharp.dll differ diff --git a/websocket-sharp/bin/Release_Ubuntu/websocket-sharp.xml b/websocket-sharp/bin/Release_Ubuntu/websocket-sharp.xml index a76fd58e..b56df847 100644 --- a/websocket-sharp/bin/Release_Ubuntu/websocket-sharp.xml +++ b/websocket-sharp/bin/Release_Ubuntu/websocket-sharp.xml @@ -1223,13 +1223,14 @@ An IEnumerable<string> that contains the collection of paths. - + - Gets or sets a value indicating whether the server cleans up the inactive clients periodically. + Gets or sets a value indicating whether the server cleans up the inactive WebSocket service + instances periodically. - true if the server cleans up the inactive clients every 60 seconds; otherwise, false. - The default value is true. + true if the server cleans up the inactive WebSocket service instances every 60 seconds; + otherwise, false. The default value is true. @@ -3777,9 +3778,10 @@ An IEnumerable<string> that contains the collection of paths. - + - Gets or sets a value indicating whether the server cleans up the inactive WebSocket service instances periodically. + Gets or sets a value indicating whether the server cleans up the inactive WebSocket service + instances periodically. true if the server cleans up the inactive WebSocket service instances every 60 seconds; @@ -4298,17 +4300,19 @@ - Exposes the methods and property for the host that provides a . + Exposes the methods and properties for the WebSocket service host. - + - Gets or sets a value indicating whether the WebSocket service host cleans up the inactive service clients periodically. + Gets or sets a value indicating whether the WebSocket service host cleans up the inactive service + instances periodically. - true if the WebSocket service host cleans up the inactive service clients periodically; otherwise, false. + true if the WebSocket service host cleans up the inactive service instances periodically; + otherwise, false. @@ -4438,13 +4442,14 @@ A that indicates providing a secure connection or not. (true indicates providing a secure connection.) - + - Gets or sets a value indicating whether the server cleans up the inactive clients periodically. + Gets or sets a value indicating whether the server cleans up the inactive WebSocket service + instances periodically. - true if the server cleans up the inactive clients every 60 seconds; otherwise, false. - The default value is true. + true if the server cleans up the inactive WebSocket service instances every 60 seconds; + otherwise, false. The default value is true. @@ -5119,7 +5124,7 @@ An IEnumerable<string> that contains the collection of IDs of objects. - + Gets a value indicating whether the cleans up the inactive objects periodically. diff --git a/websocket-sharp/doc/html/WebSocketSharp.Server/HttpServer.html b/websocket-sharp/doc/html/WebSocketSharp.Server/HttpServer.html index b70a14a6..2b4630f4 100644 --- a/websocket-sharp/doc/html/WebSocketSharp.Server/HttpServer.html +++ b/websocket-sharp/doc/html/WebSocketSharp.Server/HttpServer.html @@ -333,14 +333,15 @@ - Sweeped + Sweeping bool . - Gets or sets a value indicating whether the server cleans up the inactive WebSocket service instances periodically. + Gets or sets a value indicating whether the server cleans up the inactive WebSocket service + instances periodically. @@ -548,36 +549,6 @@ -

Extension Methods

-
-
- - - - - - - - - -
-
static
-
- - IsNull<T> - (this T) : bool
- Determines whether the specified object is null. -
-
static
-
- - IsNullDo<T> - (this T, Action) : bool
- Determines whether the specified object is null. - And invokes the specified Action delegate if the specified object is null. -
-
-
@@ -929,24 +900,25 @@ Namespace: WebSocketSharp.Server
Assembly: websocket-sharp (in websocket-sharp.dll)

-

Sweeped Property

-
+

Sweeping Property

+

- Gets or sets a value indicating whether the server cleans up the inactive WebSocket service instances periodically. + Gets or sets a value indicating whether the server cleans up the inactive WebSocket service + instances periodically.

Syntax

-
public bool Sweeped { get; set; }
+
public bool Sweeping { get; set; }

Value

-
+
true if the server cleans up the inactive WebSocket service instances every 60 seconds; otherwise, false. The default value is true.

Remarks

-
+
Documentation for this section has not yet been entered.

Requirements

-
+
Namespace: WebSocketSharp.Server
Assembly: websocket-sharp (in websocket-sharp.dll)

diff --git a/websocket-sharp/doc/html/WebSocketSharp.Server/IServiceHost.html b/websocket-sharp/doc/html/WebSocketSharp.Server/IServiceHost.html index 4575d583..ef3785a3 100644 --- a/websocket-sharp/doc/html/WebSocketSharp.Server/IServiceHost.html +++ b/websocket-sharp/doc/html/WebSocketSharp.Server/IServiceHost.html @@ -207,7 +207,7 @@

IServiceHost Interface

- Exposes the methods and property for the host that provides a WebSocketSharp.Server.WebSocketService. + Exposes the methods and properties for the WebSocket service host.

Syntax

@@ -233,14 +233,15 @@ - Sweeped + Sweeping bool . - Gets or sets a value indicating whether the WebSocket service host cleans up the inactive service clients periodically. + Gets or sets a value indicating whether the WebSocket service host cleans up the inactive service + instances periodically. @@ -301,36 +302,6 @@
-

Extension Methods

-
-
- - - - - - - - - -
-
static
-
- - IsNull<T> - (this T) : bool
- Determines whether the specified object is null. -
-
static
-
- - IsNullDo<T> - (this T, Action) : bool
- Determines whether the specified object is null. - And invokes the specified Action delegate if the specified object is null. -
-
-
@@ -422,23 +393,25 @@ Namespace: WebSocketSharp.Server
Assembly: websocket-sharp (in websocket-sharp.dll)

-

Sweeped Property

-
+

Sweeping Property

+

- Gets or sets a value indicating whether the WebSocket service host cleans up the inactive service clients periodically. + Gets or sets a value indicating whether the WebSocket service host cleans up the inactive service + instances periodically.

Syntax

-
public bool Sweeped { get; set; }
+
public bool Sweeping { get; set; }

Value

-
- true if the WebSocket service host cleans up the inactive service clients periodically; otherwise, false. +
+ true if the WebSocket service host cleans up the inactive service instances periodically; + otherwise, false.

Remarks

-
+
Documentation for this section has not yet been entered.

Requirements

-
+
Namespace: WebSocketSharp.Server
Assembly: websocket-sharp (in websocket-sharp.dll)

diff --git a/websocket-sharp/doc/html/WebSocketSharp.Server/WebSocketServer.html b/websocket-sharp/doc/html/WebSocketSharp.Server/WebSocketServer.html index f115c0f8..344ad7fd 100644 --- a/websocket-sharp/doc/html/WebSocketSharp.Server/WebSocketServer.html +++ b/websocket-sharp/doc/html/WebSocketSharp.Server/WebSocketServer.html @@ -410,14 +410,15 @@ - Sweeped + Sweeping bool . - Gets or sets a value indicating whether the server cleans up the inactive clients periodically. + Gets or sets a value indicating whether the server cleans up the inactive WebSocket service + instances periodically. @@ -575,36 +576,6 @@ -

Extension Methods

-
-
- - - - - - - - - -
-
static
-
- - IsNull<T> - (this T) : bool
- Determines whether the specified object is null. -
-
static
-
- - IsNullDo<T> - (this T, Action) : bool
- Determines whether the specified object is null. - And invokes the specified Action delegate if the specified object is null. -
-
-
@@ -918,24 +889,25 @@ Namespace: WebSocketSharp.Server
Assembly: websocket-sharp (in websocket-sharp.dll)

-

Sweeped Property

-
+

Sweeping Property

+

- Gets or sets a value indicating whether the server cleans up the inactive clients periodically. + Gets or sets a value indicating whether the server cleans up the inactive WebSocket service + instances periodically.

Syntax

-
public bool Sweeped { get; set; }
+
public bool Sweeping { get; set; }

Value

-
- true if the server cleans up the inactive clients every 60 seconds; otherwise, false. - The default value is true. +
+ true if the server cleans up the inactive WebSocket service instances every 60 seconds; + otherwise, false. The default value is true.

Remarks

-
+
Documentation for this section has not yet been entered.

Requirements

-
+
Namespace: WebSocketSharp.Server
Assembly: websocket-sharp (in websocket-sharp.dll)

diff --git a/websocket-sharp/doc/html/WebSocketSharp.Server/WebSocketServiceHost`1.html b/websocket-sharp/doc/html/WebSocketSharp.Server/WebSocketServiceHost`1.html index 165e3c97..16496bba 100644 --- a/websocket-sharp/doc/html/WebSocketSharp.Server/WebSocketServiceHost`1.html +++ b/websocket-sharp/doc/html/WebSocketSharp.Server/WebSocketServiceHost`1.html @@ -424,14 +424,15 @@ - Sweeped + Sweeping bool . - Gets or sets a value indicating whether the server cleans up the inactive clients periodically. + Gets or sets a value indicating whether the server cleans up the inactive WebSocket service + instances periodically. @@ -624,36 +625,6 @@ -

Extension Methods

-
-
- - - - - - - - - -
-
static
-
- - IsNull<T> - (this T) : bool
- Determines whether the specified object is null. -
-
static
-
- - IsNullDo<T> - (this T, Action) : bool
- Determines whether the specified object is null. - And invokes the specified Action delegate if the specified object is null. -
-
-
@@ -1011,24 +982,25 @@ Namespace: WebSocketSharp.Server
Assembly: websocket-sharp (in websocket-sharp.dll)

-

Sweeped Property

-
+

Sweeping Property

+

- Gets or sets a value indicating whether the server cleans up the inactive clients periodically. + Gets or sets a value indicating whether the server cleans up the inactive WebSocket service + instances periodically.

Syntax

-
public bool Sweeped { get; set; }
+
public bool Sweeping { get; set; }

Value

-
- true if the server cleans up the inactive clients every 60 seconds; otherwise, false. - The default value is true. +
+ true if the server cleans up the inactive WebSocket service instances every 60 seconds; + otherwise, false. The default value is true.

Remarks

-
+
Documentation for this section has not yet been entered.

Requirements

-
+
Namespace: WebSocketSharp.Server
Assembly: websocket-sharp (in websocket-sharp.dll)

diff --git a/websocket-sharp/doc/html/WebSocketSharp.Server/WebSocketServiceManager.html b/websocket-sharp/doc/html/WebSocketSharp.Server/WebSocketServiceManager.html index db610ae6..59a08f0c 100644 --- a/websocket-sharp/doc/html/WebSocketSharp.Server/WebSocketServiceManager.html +++ b/websocket-sharp/doc/html/WebSocketSharp.Server/WebSocketServiceManager.html @@ -295,7 +295,7 @@ [read-only]
- Sweeped + Sweeping @@ -379,36 +379,6 @@ -

Extension Methods

-
-
- - - - - - - - - -
-
static
-
- - IsNull<T> - (this T) : bool
- Determines whether the specified object is null. -
-
static
-
- - IsNullDo<T> - (this T, Action) : bool
- Determines whether the specified object is null. - And invokes the specified Action delegate if the specified object is null. -
-
-
@@ -604,25 +574,25 @@ Namespace: WebSocketSharp.Server
Assembly: websocket-sharp (in websocket-sharp.dll)

-

Sweeped Property

-
+

Sweeping Property

+

Gets a value indicating whether the WebSocketSharp.Server.WebSocketServiceManager cleans up the inactive WebSocketSharp.Server.WebSocketService objects periodically.

Syntax

-
public bool Sweeped { get; }
+
public bool Sweeping { get; }

Value

-
+
true if the WebSocketSharp.Server.WebSocketServiceManager cleans up the inactive WebSocketSharp.Server.WebSocketService objects every 60 seconds; otherwise, false.

Remarks

-
+
Documentation for this section has not yet been entered.

Requirements

-
+
Namespace: WebSocketSharp.Server
Assembly: websocket-sharp (in websocket-sharp.dll)

diff --git a/websocket-sharp/doc/html/WebSocketSharp.Server/index.html b/websocket-sharp/doc/html/WebSocketSharp.Server/index.html index 41eaee95..05d89aa4 100644 --- a/websocket-sharp/doc/html/WebSocketSharp.Server/index.html +++ b/websocket-sharp/doc/html/WebSocketSharp.Server/index.html @@ -223,7 +223,7 @@ IServiceHost - Exposes the methods and property for the host that provides a WebSocketSharp.Server.WebSocketService. + Exposes the methods and properties for the WebSocket service host. diff --git a/websocket-sharp/doc/html/index.html b/websocket-sharp/doc/html/index.html index fc95aafa..f3eb02a9 100644 --- a/websocket-sharp/doc/html/index.html +++ b/websocket-sharp/doc/html/index.html @@ -487,7 +487,7 @@ IServiceHost - Exposes the methods and property for the host that provides a WebSocketSharp.Server.WebSocketService. + Exposes the methods and properties for the WebSocket service host. diff --git a/websocket-sharp/doc/mdoc/WebSocketSharp.Server/HttpServer.xml b/websocket-sharp/doc/mdoc/WebSocketSharp.Server/HttpServer.xml index 5e10262f..acf7cf9f 100644 --- a/websocket-sharp/doc/mdoc/WebSocketSharp.Server/HttpServer.xml +++ b/websocket-sharp/doc/mdoc/WebSocketSharp.Server/HttpServer.xml @@ -329,16 +329,17 @@ To be added. - - - + + + Property System.Boolean - Gets or sets a value indicating whether the server cleans up the inactive WebSocket service instances periodically. + Gets or sets a value indicating whether the server cleans up the inactive WebSocket service + instances periodically. true if the server cleans up the inactive WebSocket service instances every 60 seconds; diff --git a/websocket-sharp/doc/mdoc/WebSocketSharp.Server/IServiceHost.xml b/websocket-sharp/doc/mdoc/WebSocketSharp.Server/IServiceHost.xml index b2ccde9a..188b31b4 100644 --- a/websocket-sharp/doc/mdoc/WebSocketSharp.Server/IServiceHost.xml +++ b/websocket-sharp/doc/mdoc/WebSocketSharp.Server/IServiceHost.xml @@ -7,7 +7,7 @@ - Exposes the methods and property for the host that provides a . + Exposes the methods and properties for the WebSocket service host. @@ -82,19 +82,21 @@ To be added. - - - + + + Property System.Boolean - Gets or sets a value indicating whether the WebSocket service host cleans up the inactive service clients periodically. + Gets or sets a value indicating whether the WebSocket service host cleans up the inactive service + instances periodically. - true if the WebSocket service host cleans up the inactive service clients periodically; otherwise, false. + true if the WebSocket service host cleans up the inactive service instances periodically; + otherwise, false. To be added. diff --git a/websocket-sharp/doc/mdoc/WebSocketSharp.Server/WebSocketServer.xml b/websocket-sharp/doc/mdoc/WebSocketSharp.Server/WebSocketServer.xml index 57d63ae5..cfbf0f75 100644 --- a/websocket-sharp/doc/mdoc/WebSocketSharp.Server/WebSocketServer.xml +++ b/websocket-sharp/doc/mdoc/WebSocketSharp.Server/WebSocketServer.xml @@ -238,20 +238,21 @@ To be added. - - - + + + Property System.Boolean - Gets or sets a value indicating whether the server cleans up the inactive clients periodically. + Gets or sets a value indicating whether the server cleans up the inactive WebSocket service + instances periodically. - true if the server cleans up the inactive clients every 60 seconds; otherwise, false. - The default value is true. + true if the server cleans up the inactive WebSocket service instances every 60 seconds; + otherwise, false. The default value is true. To be added. diff --git a/websocket-sharp/doc/mdoc/WebSocketSharp.Server/WebSocketServiceHost`1.xml b/websocket-sharp/doc/mdoc/WebSocketSharp.Server/WebSocketServiceHost`1.xml index 0b704aec..32150fef 100644 --- a/websocket-sharp/doc/mdoc/WebSocketSharp.Server/WebSocketServiceHost`1.xml +++ b/websocket-sharp/doc/mdoc/WebSocketSharp.Server/WebSocketServiceHost`1.xml @@ -273,20 +273,21 @@ To be added. - - - + + + Property System.Boolean - Gets or sets a value indicating whether the server cleans up the inactive clients periodically. + Gets or sets a value indicating whether the server cleans up the inactive WebSocket service + instances periodically. - true if the server cleans up the inactive clients every 60 seconds; otherwise, false. - The default value is true. + true if the server cleans up the inactive WebSocket service instances every 60 seconds; + otherwise, false. The default value is true. To be added. diff --git a/websocket-sharp/doc/mdoc/WebSocketSharp.Server/WebSocketServiceManager.xml b/websocket-sharp/doc/mdoc/WebSocketSharp.Server/WebSocketServiceManager.xml index d3748c47..6a516904 100644 --- a/websocket-sharp/doc/mdoc/WebSocketSharp.Server/WebSocketServiceManager.xml +++ b/websocket-sharp/doc/mdoc/WebSocketSharp.Server/WebSocketServiceManager.xml @@ -170,9 +170,9 @@ To be added. - - - + + + Property System.Boolean diff --git a/websocket-sharp/doc/mdoc/index.xml b/websocket-sharp/doc/mdoc/index.xml index 3f6ba28c..981a0e9d 100644 --- a/websocket-sharp/doc/mdoc/index.xml +++ b/websocket-sharp/doc/mdoc/index.xml @@ -1,6 +1,6 @@ - + [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 11 00 00 00 29 17 fb 89 fe c3 91 f7 2b cb 8b e2 61 d2 3f 05 93 6d 65 a8 9e 63 72 a6 f5 d5 2c f2 9d 20 fa 0b c0 70 6a f6 88 7e 8b 90 3f 39 f5 76 c8 48 e0 bb 7b b2 7b ed d3 10 a7 1a 0f 70 98 0f 7f f4 4b 53 09 d2 a5 ef 36 c3 56 b4 aa f0 91 72 63 25 07 89 e0 93 3e 3f 2e f2 b9 73 0e 12 15 5d 43 56 c3 f4 70 a5 89 fe f7 f6 ac 3e 77 c2 d8 d0 84 91 f4 0c d1 f3 8e dc c3 c3 b8 38 3d 0c bf 17 de 20 78 c1 ]