|
|
|
@ -233,7 +233,8 @@ namespace WebSocketSharp.Server
|
|
|
|
/// Creates a new session for the service.
|
|
|
|
/// Creates a new session for the service.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <returns>
|
|
|
|
/// <returns>
|
|
|
|
/// A <see cref="WebSocketBehavior"/> instance that represents a new session.
|
|
|
|
/// A <see cref="WebSocketBehavior"/> instance that represents
|
|
|
|
|
|
|
|
/// the new session.
|
|
|
|
/// </returns>
|
|
|
|
/// </returns>
|
|
|
|
protected abstract WebSocketBehavior CreateSession ();
|
|
|
|
protected abstract WebSocketBehavior CreateSession ();
|
|
|
|
|
|
|
|
|
|
|
|
|