[Modify] Edit it
This commit is contained in:
parent
df435e6478
commit
1419610792
@ -473,13 +473,14 @@ namespace WebSocketSharp.Server
|
|||||||
/// Adds a WebSocket service with the specified behavior,
|
/// Adds a WebSocket service with the specified behavior,
|
||||||
/// <paramref name="path"/>, and <paramref name="initializer"/>.
|
/// <paramref name="path"/>, and <paramref name="initializer"/>.
|
||||||
/// </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>
|
|
||||||
/// <param name="path">
|
/// <param name="path">
|
||||||
|
/// <para>
|
||||||
/// A <see cref="string"/> that represents an absolute path to
|
/// A <see cref="string"/> that represents an absolute path to
|
||||||
/// the service to add.
|
/// the service to add.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// / is trimmed from the end of the string if present.
|
||||||
|
/// </para>
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="initializer">
|
/// <param name="initializer">
|
||||||
/// <para>
|
/// <para>
|
||||||
|
Loading…
Reference in New Issue
Block a user