From e233e3def32418a65d64f83a25df20035f048dd6 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 10 Mar 2014 17:06:14 +0900 Subject: [PATCH] Modified some xml doc comments --- websocket-sharp/Server/WebSocketService.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/websocket-sharp/Server/WebSocketService.cs b/websocket-sharp/Server/WebSocketService.cs index cb55a35b..4462b161 100644 --- a/websocket-sharp/Server/WebSocketService.cs +++ b/websocket-sharp/Server/WebSocketService.cs @@ -118,12 +118,12 @@ namespace WebSocketSharp.Server } /// - /// Gets or sets the delegate called to validate the HTTP cookies included in the WebSocket - /// connection request. + /// Gets or sets the delegate called to validate the HTTP cookies included in a connection + /// request to the WebSocket service. /// /// /// The delegate is called when the used in the current session - /// validates the WebSocket connection request. + /// validates the connection request. /// /// /// @@ -160,12 +160,12 @@ namespace WebSocketSharp.Server } /// - /// Gets or sets the delegate called to validate the Origin header included in the WebSocket - /// connection request. + /// Gets or sets the delegate called to validate the Origin header included in a connection + /// request to the WebSocket service. /// /// /// The delegate is called when the used in the current session - /// validates the WebSocket connection request. + /// validates the connection request. /// /// ///