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.