|
|
|
@ -1064,7 +1064,7 @@ namespace WebSocketSharp.Server
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <remarks>
|
|
|
|
/// <remarks>
|
|
|
|
/// <paramref name="path"/> is converted to a URL-decoded string and
|
|
|
|
/// <paramref name="path"/> is converted to a URL-decoded string and
|
|
|
|
/// / is trimmed from the end of the converted string if any.
|
|
|
|
/// '/' is trimmed from the end of the converted string if any.
|
|
|
|
/// </remarks>
|
|
|
|
/// </remarks>
|
|
|
|
/// <param name="path">
|
|
|
|
/// <param name="path">
|
|
|
|
/// A <see cref="string"/> that represents an absolute path to
|
|
|
|
/// A <see cref="string"/> that represents an absolute path to
|
|
|
|
@ -1075,17 +1075,21 @@ namespace WebSocketSharp.Server
|
|
|
|
/// A <c>Func<TBehavior></c> delegate.
|
|
|
|
/// A <c>Func<TBehavior></c> delegate.
|
|
|
|
/// </para>
|
|
|
|
/// </para>
|
|
|
|
/// <para>
|
|
|
|
/// <para>
|
|
|
|
/// It invokes the method called for creating
|
|
|
|
/// It invokes the method called for creating a new session
|
|
|
|
/// a new session instance for the service.
|
|
|
|
/// instance for the service.
|
|
|
|
/// </para>
|
|
|
|
/// </para>
|
|
|
|
/// <para>
|
|
|
|
/// <para>
|
|
|
|
/// The method must create a new instance of
|
|
|
|
/// The method must create a new instance of the specified
|
|
|
|
/// the specified behavior class and return it.
|
|
|
|
/// behavior class and return it.
|
|
|
|
/// </para>
|
|
|
|
/// </para>
|
|
|
|
/// </param>
|
|
|
|
/// </param>
|
|
|
|
/// <typeparam name="TBehavior">
|
|
|
|
/// <typeparam name="TBehavior">
|
|
|
|
/// The type of the behavior for the service. It must inherit
|
|
|
|
/// <para>
|
|
|
|
/// the <see cref="WebSocketBehavior"/> class.
|
|
|
|
/// The type of the behavior for the service.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
|
|
|
|
/// <para>
|
|
|
|
|
|
|
|
/// It must inherit the <see cref="WebSocketBehavior"/> class.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
/// </typeparam>
|
|
|
|
/// </typeparam>
|
|
|
|
/// <exception cref="ArgumentNullException">
|
|
|
|
/// <exception cref="ArgumentNullException">
|
|
|
|
/// <para>
|
|
|
|
/// <para>
|
|
|
|
|