[Modify] Edit it
This commit is contained in:
parent
0bbd878515
commit
d2f065ab55
@ -1002,11 +1002,11 @@ namespace WebSocketSharp.Server
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Tries to get the host instance for a WebSocket service with
|
/// Tries to get the host instance for a WebSocket service with
|
||||||
/// the specified <paramref name="path"/>.
|
/// the specified path.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns>
|
/// <returns>
|
||||||
/// <c>true</c> if the service is successfully found;
|
/// <c>true</c> if the service is successfully found; otherwise,
|
||||||
/// otherwise, <c>false</c>.
|
/// <c>false</c>.
|
||||||
/// </returns>
|
/// </returns>
|
||||||
/// <param name="path">
|
/// <param name="path">
|
||||||
/// <para>
|
/// <para>
|
||||||
@ -1023,7 +1023,7 @@ namespace WebSocketSharp.Server
|
|||||||
/// instance or <see langword="null"/> if not found.
|
/// instance or <see langword="null"/> if not found.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// That host instance provides the function to access
|
/// The host instance provides the function to access
|
||||||
/// the information in the service.
|
/// the information in the service.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </param>
|
/// </param>
|
||||||
|
Loading…
Reference in New Issue
Block a user