From 630d21cc15e35e3e94aec0f099d8dadf0fd58a2f Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 23 Jun 2018 20:27:58 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/IWebSocketSession.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/IWebSocketSession.cs b/websocket-sharp/Server/IWebSocketSession.cs index 7ac0d28f..45cc5038 100644 --- a/websocket-sharp/Server/IWebSocketSession.cs +++ b/websocket-sharp/Server/IWebSocketSession.cs @@ -56,10 +56,11 @@ namespace WebSocketSharp.Server string ID { get; } /// - /// Gets the WebSocket subprotocol used in the session. + /// Gets the name of the WebSocket subprotocol used in the session. /// /// - /// A that represents the subprotocol if any. + /// A that represents the name of the subprotocol + /// if present. /// string Protocol { get; }