[Modify] Edit it
This commit is contained in:
parent
9c46036057
commit
6d1eea5c4e
@ -1038,23 +1038,24 @@ namespace WebSocketSharp.Server
|
|||||||
#region Public Methods
|
#region Public Methods
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Adds a WebSocket service with the specified behavior,
|
/// Adds a WebSocket service with the specified behavior, path,
|
||||||
/// <paramref name="path"/>, and <paramref name="creator"/>.
|
/// and delegate.
|
||||||
/// </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">
|
||||||
/// A <see cref="string"/> that represents an absolute path to
|
/// <para>
|
||||||
/// the service to add.
|
/// A <see cref="string"/> that represents an absolute path to
|
||||||
|
/// the service to add.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// / is trimmed from the end of the string if present.
|
||||||
|
/// </para>
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="creator">
|
/// <param name="creator">
|
||||||
/// <para>
|
/// <para>
|
||||||
/// A <c>Func<TBehavior></c> delegate.
|
/// A <c>Func<TBehavior></c> delegate.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// It invokes the method called for creating a new session
|
/// It invokes the method called when creating a new session
|
||||||
/// instance for the service.
|
/// instance for the service.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
|
Loading…
Reference in New Issue
Block a user