From 2dd5c2e4ba522d9ed52f942ba5e5617e3260c3e8 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 26 Feb 2017 18:16:00 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceHost.cs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServiceHost.cs b/websocket-sharp/Server/WebSocketServiceHost.cs index 2ed4f81b..e9f116ad 100644 --- a/websocket-sharp/Server/WebSocketServiceHost.cs +++ b/websocket-sharp/Server/WebSocketServiceHost.cs @@ -154,14 +154,16 @@ namespace WebSocketSharp.Server public abstract Type BehaviorType { get; } /// - /// Gets or sets the wait time for the response to the WebSocket Ping or Close. + /// Gets or sets the wait time for the response to the WebSocket Ping or + /// Close. /// /// - /// The set operation does nothing if the server has already started or + /// The set operation does nothing if the service has already started or /// it is shutting down. /// /// - /// A that represents the wait time for the response. + /// A that represents the wait time for + /// the response. /// /// /// The value specified for a set operation is zero or less.