From d0d845716c530110962f198e50efbf7e06d7d4ea Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 10 Jun 2017 17:23:45 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index 24991f3b..be6a14aa 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -1302,14 +1302,21 @@ namespace WebSocketSharp.Server } /// - /// Gets the contents of the file with the specified . + /// Gets the file with the specified from + /// the document folder of the server. /// /// - /// An array of that receives the contents of the file, - /// or if it doesn't exist. + /// + /// An array of or + /// if not found. + /// + /// + /// That array represents the contents of the file. + /// /// /// - /// A that represents the virtual path to the file to find. + /// A that represents a virtual path to + /// the file to find from the document folder. /// /// /// is .