|
|
|
@ -99,10 +99,11 @@ namespace WebSocketSharp.Server
|
|
|
|
public abstract WebSocketSessionManager Sessions { get; }
|
|
|
|
public abstract WebSocketSessionManager Sessions { get; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets the <see cref="System.Type"/> of the behavior of the WebSocket service.
|
|
|
|
/// Gets the <see cref="System.Type"/> of the behavior of the service.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// A <see cref="System.Type"/> that represents the type of the behavior of the service.
|
|
|
|
/// A <see cref="System.Type"/> that represents the type of the behavior of
|
|
|
|
|
|
|
|
/// the service.
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public abstract Type Type { get; }
|
|
|
|
public abstract Type Type { get; }
|
|
|
|
|
|
|
|
|
|
|
|
|