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)