[Modify] Edit it

This commit is contained in:
sta 2021-10-13 19:29:33 +09:00
parent 8188f4b3f8
commit 9e77ed9770

View File

@ -59,14 +59,16 @@ namespace WebSocketSharp.Server
#region Protected Constructors #region Protected Constructors
/// <summary> /// <summary>
/// Initializes a new instance of the <see cref="WebSocketServiceHost"/> class /// Initializes a new instance of the <see cref="WebSocketServiceHost"/>
/// with the specified <paramref name="path"/> and <paramref name="log"/>. /// class with the specified path and logging function.
/// </summary> /// </summary>
/// <param name="path"> /// <param name="path">
/// A <see cref="string"/> that represents the absolute path to the service. /// A <see cref="string"/> that specifies the absolute path to
/// the service.
/// </param> /// </param>
/// <param name="log"> /// <param name="log">
/// A <see cref="Logger"/> that represents the logging function for the service. /// A <see cref="Logger"/> that specifies the logging function for
/// the service.
/// </param> /// </param>
protected WebSocketServiceHost (string path, Logger log) protected WebSocketServiceHost (string path, Logger log)
{ {