[Modify] Edit it
This commit is contained in:
parent
98d6af52b9
commit
630d21cc15
@ -56,10 +56,11 @@ namespace WebSocketSharp.Server
|
|||||||
string ID { get; }
|
string ID { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the WebSocket subprotocol used in the session.
|
/// Gets the name of the WebSocket subprotocol used in the session.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <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>
|
/// </value>
|
||||||
string Protocol { get; }
|
string Protocol { get; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user