From 5cf5b35dbc5049eb2b68b64849893dbf4c99f632 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 29 Jun 2017 15:52:47 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpRequestEventArgs.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Server/HttpRequestEventArgs.cs b/websocket-sharp/Server/HttpRequestEventArgs.cs index bf274a06..270e3041 100644 --- a/websocket-sharp/Server/HttpRequestEventArgs.cs +++ b/websocket-sharp/Server/HttpRequestEventArgs.cs @@ -155,13 +155,13 @@ namespace WebSocketSharp.Server #region Public Methods /// - /// Reads a file with the specified from - /// the document folder of the . + /// Reads the specified file from the document folder of + /// the . /// /// /// /// An array of or - /// if the file could not be read. + /// if it fails. /// /// /// That array receives the contents of the file. @@ -182,7 +182,7 @@ namespace WebSocketSharp.Server /// -or- /// /// - /// is an invalid path. + /// contains "..". /// /// public byte[] ReadFile (string path)