|
|
|
@ -69,7 +69,7 @@ namespace WebSocketSharp.Server
|
|
|
|
string ID { get; }
|
|
|
|
string ID { get; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets the name of the WebSocket subprotocol used in the session.
|
|
|
|
/// Gets the name of the WebSocket subprotocol for the session.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// A <see cref="string"/> that represents the name of the subprotocol
|
|
|
|
/// A <see cref="string"/> that represents the name of the subprotocol
|
|
|
|
|