From e1c1775c2573a9cc353a2ed80f7d31cd0d3de611 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 28 Jun 2017 15:40:35 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index 9bf679e5..3b617f78 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -1337,13 +1337,13 @@ namespace WebSocketSharp.Server } /// - /// Gets the file with the specified from - /// the document folder of the server. + /// Gets the contents of the specified file from the document + /// folder of the server. /// /// /// /// An array of or - /// if not found. + /// if it fails. /// /// /// That array represents the contents of the file. @@ -1351,7 +1351,7 @@ namespace WebSocketSharp.Server /// /// /// A that represents a virtual path to - /// the file to find from the document folder. + /// find the file from the document folder. /// /// /// is . @@ -1364,7 +1364,7 @@ namespace WebSocketSharp.Server /// -or- /// /// - /// is an invalid path. + /// contains "..". /// /// [Obsolete ("This method will be removed.")]