[Modify] Edit it
This commit is contained in:
parent
1880a1598b
commit
c8f1ca2109
@ -1005,17 +1005,18 @@ namespace WebSocketSharp.Server
|
|||||||
/// 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 <paramref name="path"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
|
||||||
/// <paramref name="path"/> is converted to a URL-decoded string and
|
|
||||||
/// / is trimmed from the end of the converted string if any.
|
|
||||||
/// </remarks>
|
|
||||||
/// <returns>
|
/// <returns>
|
||||||
/// <c>true</c> if the service is successfully found;
|
/// <c>true</c> if the service is successfully found;
|
||||||
/// otherwise, <c>false</c>.
|
/// otherwise, <c>false</c>.
|
||||||
/// </returns>
|
/// </returns>
|
||||||
/// <param name="path">
|
/// <param name="path">
|
||||||
/// A <see cref="string"/> that represents an absolute path to
|
/// <para>
|
||||||
/// the service to find.
|
/// A <see cref="string"/> that represents an absolute path to
|
||||||
|
/// the service to find.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// / is trimmed from the end of the string if present.
|
||||||
|
/// </para>
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="host">
|
/// <param name="host">
|
||||||
/// <para>
|
/// <para>
|
||||||
|
Loading…
Reference in New Issue
Block a user