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 .