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 .