[Modify] Edit it

This commit is contained in:
sta 2018-06-23 20:27:58 +09:00
parent 98d6af52b9
commit 630d21cc15

View File

@ -56,10 +56,11 @@ namespace WebSocketSharp.Server
string ID { get; }
/// <summary>
/// Gets the WebSocket subprotocol used in the session.
/// Gets the name of the WebSocket subprotocol used in the session.
/// </summary>
/// <value>
/// A <see cref="string"/> that represents the subprotocol if any.
/// A <see cref="string"/> that represents the name of the subprotocol
/// if present.
/// </value>
string Protocol { get; }