From 59366583335363fc1ef096ac4d0ffb78ebf1dcdf Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 6 Jun 2017 15:14:05 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index 6e07a473..9dc0e2af 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -514,9 +514,18 @@ namespace WebSocketSharp.Server /// /// Gets or sets the document root path of the server. /// + /// + /// The set operation does nothing if the server has already + /// started or it is shutting down. + /// /// - /// A that represents the document root path of the server. - /// The default value is "./Public". + /// + /// A that represents a path to + /// the folder from which to find the requested file. + /// + /// + /// The default value is "./Public". + /// /// /// /// The value specified for a set operation is .