From 955de3d7bcf6734a5311d4c683861c5e46d522e7 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 11 Jun 2018 19:31:59 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index e9977667..f6585243 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -641,11 +641,16 @@ namespace WebSocketSharp } /// - /// Gets the name of the subprotocol selected by server. + /// Gets the name of subprotocol selected by the server. /// /// - /// A that will be one of the names of the subprotocols - /// specified by client, or an empty string if not specified or selected. + /// + /// A that will be one of the names of + /// subprotocols specified by client. + /// + /// + /// An empty string if not specified or selected. + /// /// public string Protocol { get {