[Modify] Edit it

This commit is contained in:
sta 2017-04-17 15:16:09 +09:00
parent 9fed7a951d
commit e928706140

View File

@ -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&lt;TBehavior&gt;</c> delegate that invokes /// <para>
/// the method used to create a new session instance for /// A <c>Func&lt;TBehavior&gt;</c> delegate.
/// the service. The method must create a new instance of /// </para>
/// <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. /// 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