[Modify] Edit it

This commit is contained in:
sta 2017-01-13 16:46:20 +09:00
parent 0613781093
commit 0d4dd70d4c

View File

@ -99,10 +99,11 @@ namespace WebSocketSharp.Server
public abstract WebSocketSessionManager Sessions { get; }
/// <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>
/// <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>
public abstract Type Type { get; }