From d2a6c90d48d5bad5300203a67f918e260dff7675 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 30 Jun 2017 17:40:16 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpRequestEventArgs.cs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/websocket-sharp/Server/HttpRequestEventArgs.cs b/websocket-sharp/Server/HttpRequestEventArgs.cs index 1773783f..610214e8 100644 --- a/websocket-sharp/Server/HttpRequestEventArgs.cs +++ b/websocket-sharp/Server/HttpRequestEventArgs.cs @@ -203,12 +203,11 @@ namespace WebSocketSharp.Server } /// - /// Tries to read a file with the specified - /// from the document folder of the . + /// Tries to read the specified file from the document folder of + /// the . /// /// - /// true if the file could successfully be read; - /// otherwise, false. + /// true if it succeeds to read; otherwise, false. /// /// /// A that represents a virtual path to @@ -217,7 +216,7 @@ namespace WebSocketSharp.Server /// /// /// When this method returns, an array of or - /// if the file could not be read. + /// if it fails. /// /// /// That array receives the contents of the file. @@ -234,7 +233,7 @@ namespace WebSocketSharp.Server /// -or- /// /// - /// is an invalid path. + /// contains "..". /// /// public bool TryReadFile (string path, out byte[] contents)