[Modify] Edit it
This commit is contained in:
parent
0613781093
commit
0d4dd70d4c
@ -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; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user