[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.
/// </param>
/// <param name="host">
/// <para>
/// When this method returns, a <see cref="WebSocketServiceHost"/>
/// instance that provides the access to the information in
/// 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>
/// <exception cref="ArgumentNullException">
/// <paramref name="path"/> is <see langword="null"/>.