[Modify] Edit it
This commit is contained in:
parent
d38849a3af
commit
eb14db4628
@ -1165,9 +1165,14 @@ namespace WebSocketSharp.Server
|
|||||||
/// the service to add.
|
/// the service to add.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="initializer">
|
/// <param name="initializer">
|
||||||
/// An <c>Action<TBehaviorWithNew></c> delegate that invokes
|
/// <para>
|
||||||
/// the method used to initialize a new session instance for
|
/// An <c>Action<TBehaviorWithNew></c> delegate or
|
||||||
/// the service or <see langword="null"/> if not needed.
|
/// <see langword="null"/> if not needed.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// That delegate invokes the method called for initializing
|
||||||
|
/// a new session instance for the service.
|
||||||
|
/// </para>
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <typeparam name="TBehaviorWithNew">
|
/// <typeparam name="TBehaviorWithNew">
|
||||||
/// The type of the behavior for the service. It must inherit
|
/// The type of the behavior for the service. It must inherit
|
||||||
|
Loading…
Reference in New Issue
Block a user