[Modify] Edit it
This commit is contained in:
parent
9fed7a951d
commit
e928706140
@ -1025,10 +1025,17 @@ namespace WebSocketSharp.Server
|
|||||||
/// the service to add.
|
/// the service to add.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="creator">
|
/// <param name="creator">
|
||||||
/// A <c>Func<TBehavior></c> delegate that invokes
|
/// <para>
|
||||||
/// the method used to create a new session instance for
|
/// A <c>Func<TBehavior></c> delegate.
|
||||||
/// the service. The method must create a new instance of
|
/// </para>
|
||||||
/// the specified behavior class and return it.
|
/// <para>
|
||||||
|
/// It invokes the method called for creating
|
||||||
|
/// a new session instance for the service.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// The method must create a new instance of
|
||||||
|
/// the specified behavior class and return it.
|
||||||
|
/// </para>
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <typeparam name="TBehavior">
|
/// <typeparam name="TBehavior">
|
||||||
/// 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