[Modify] Edit it
This commit is contained in:
parent
23e3c8f8cc
commit
0613781093
@ -90,10 +90,11 @@ namespace WebSocketSharp.Server
|
|||||||
public abstract string Path { get; }
|
public abstract string Path { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the access to the sessions in the WebSocket service.
|
/// Gets the access to the sessions in the service.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="WebSocketSessionManager"/> that manages the sessions in the service.
|
/// A <see cref="WebSocketSessionManager"/> that manages the sessions in
|
||||||
|
/// the service.
|
||||||
/// </value>
|
/// </value>
|
||||||
public abstract WebSocketSessionManager Sessions { get; }
|
public abstract WebSocketSessionManager Sessions { get; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user