[Modify] Edit it

master
sta 8 years ago
parent d18bebdb72
commit daf3e4d83e

@ -86,11 +86,16 @@ namespace WebSocketSharp.Server
}
/// <summary>
/// Gets the access to the sessions in the WebSocket service.
/// Gets the management function for the sessions in the WebSocket service.
/// </summary>
/// <value>
/// A <see cref="WebSocketSessionManager"/> that provides the access to the sessions,
/// or <see langword="null"/> if the WebSocket connection isn't established.
/// <para>
/// A <see cref="WebSocketSessionManager"/> that manages the sessions in
/// the service.
/// </para>
/// <para>
/// <see langword="null"/> if the session has not started yet.
/// </para>
/// </value>
protected WebSocketSessionManager Sessions {
get {

Loading…
Cancel
Save