[Modify] Edit it

This commit is contained in:
sta 2017-03-28 16:44:05 +09:00
parent 173c21e09e
commit 6483467664

View File

@ -828,9 +828,14 @@ namespace WebSocketSharp.Server
/// the service to find. /// the service to find.
/// </param> /// </param>
/// <param name="host"> /// <param name="host">
/// When this method returns, a <see cref="WebSocketServiceHost"/> /// <para>
/// instance that provides the access to the information in /// When this method returns, a <see cref="WebSocketServiceHost"/>
/// the service or <see langword="null"/> if not found. /// instance or <see langword="null"/> if not found.
/// </para>
/// <para>
/// That host instance provides the function to access
/// the information in the service.
/// </para>
/// </param> /// </param>
/// <exception cref="ArgumentNullException"> /// <exception cref="ArgumentNullException">
/// <paramref name="path"/> is <see langword="null"/>. /// <paramref name="path"/> is <see langword="null"/>.