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